Smart Password Generator
Please Register to submit score.
| Average Score | 0.0 |
| Scores Submitted | 0 |
| Date Added | Mar 24, 2008 |
| Last Updated | Mar 24, 2008 |
| Tags | generator intelligent maker pass password phonetic smart word |
Introduction
This calculates a random password letter by letter; each letter is chosen based upon the previous one. It uses combinations of letters that are easy to pronounce and remember, but doesn't necessarily use a word bank, as that would make it prone to automatic password cracking bots.
The user can select up to 20 letters in his password and 10 numbers, as well as choosing where the numbers should be placed.
A typical 6-letter, 2-number password would look like "97glapra". The HTML is included in this snippet- if you use this, make sure it's saved as "index.php" (or else, change 'action="index.php"' to the desired name.)
The numbers are also less than random- as the number string gets longer, digits repeat more often.
Right now, it only generates lowercase letters, and doesn't include symbols. I'll update this code over the next week.



