A sample eVaf application that generates strong passwords. Copyright © 2011 Enar Väikene This application generates and optionally stores passwords. The application consists of 3 modules: 1) The GUI module - allows the user to generate and store passwords. 2) The GENERATOR module - generates strong passwords in such a way that given the same input, the generated password is always the same. 3) The STORAGE module - stores generated passwords in a secure way. The application is split into modules to make it easier to replace them with ones having stronger security.