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.
Written: Jul 28, 2007




















McClane

September 20, 2007 @ 8:46 am
Nice tool ! But … where is ‘t’ ?
)
Bali Web Developer

August 22, 2008 @ 10:02 pm
thanks for the script, i need this script
Gary Hess

September 20, 2007 @ 12:07 pm
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.