I was inspired by a password generator the other day which offered a mnemonic string of characters and numbers which should, at least in theory, be easy to memorize. This gave me an idea.
Why not create a password generator which is easy to memorize, but changes from left hand to right hand so it is easier to type? Then, I thought, lets go a bit farther and make it not only change from left to right, but from consonant to vowel so it is much easier to memorize.
So here is what I came up with:
Original concept - download
Left hand - Right hand - download
Left hand - Right hand - consonant - vowel - download
To edit:
At the bottom of the php file, there is: mnemonic(6,2); Change the first number to how many letters you wish to have within your password, then the second number for how many numbers.
If you enjoyed this post, subscribe to Chicken Camels RSS.
Articles you might enjoy:
Dada Poetry Creator
Members - Again
Members Pages
AJAX Spell Check 0.2 - UPDATE
Creating Brand Awareness with favicon




Nice tool ! But … where is ‘t’ ? :o)
Err… it’s right there. When you click on the links it gives you the password or if you click download you get the actual source code.