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, please consider subscribing to my full feed RSS.
Written: Jul 28, 2007Tags: mnemonic, passwords, php
Related Articles:
2007: Year in Review
AJAX Spell Check 0.2 - UPDATE
Creating Brand Awareness with favicon
AJAX Spell Check
Why Your Business Should Consider Using Google Apps







Nice tool ! But … where is ‘t’ ? :o)
thanks for the script, i need this script