]> vaikene.ee Git - evaf/blob - src/apps/PswGen/README
Added PswGen application.
[evaf] / src / apps / PswGen / README
1 A sample eVaf application that generates strong passwords.
2 Copyright © 2011 Enar Väikene
3
4 This application generates and optionally stores passwords. The application consists
5 of 3 modules:
6 1) The GUI module - allows the user to generate and store passwords.
7 2) The GENERATOR module - generates strong passwords in such a way that given the same input,
8 the generated password is always the same.
9 3) The STORAGE module - stores generated passwords in a secure way.
10
11 The application is split into modules to make it easier to replace them with ones having stronger security.
12