Internet marketing and publishing

About impNERD

impNERD is the place to find information on internet marketing, publishing and tips for web development. Read more »

Twitter FriendFeed

Receive Updates

Receive updates via RSS
What is RSS?
Receive a SEO eBook FREE.

PHP Mnemonic Password Creator

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
Tags: , ,


3 Responses to "PHP Mnemonic Password Creator"

  • McClane
    September 20, 2007 @ 8:46 am
    | Reply

    Nice tool ! But … where is ‘t’ ? :o)

  • Bali Web Developer
    August 22, 2008 @ 10:02 pm
    | Reply

    thanks for the script, i need this script

  • Gary Hess
    September 20, 2007 @ 12:07 pm
    | Reply

    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.

Leave a Reply