Navigation  without Java Scripts

Generate a password

Passwords should not be ordinary words that can be looked up in a dictionary, they should be a combination of lowercase, uppercase and digits! On the other hand, passwords must be easy to remember so you do not have to write them down!

There are various tricks, as example thinking about a line from a song or poem, and then taking the first letters.

The following solution generates passwords automatically on a form which is relatively easy to remember. The passwords looks like: Dym92kyr, bot65fug, sog10gif etc.

consonant(maybe in uppercase) vowel consonant digit digit consonant(maybe in uppercase) vowel consonant

These are not too difficult to remember because the combination consonant vowel consonant can be pronounciated.

Try: pw.exe

Source code