Top

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

Smart Password Generator: Better than the average random password generator.

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.

Grab the Code

Comments

  (1)  RSS
Gforce20
Comments: 14
 
Posted on Mar 26, 2008 4:26 pm
Something bad happened when this page was encoded.
The HTML replaced > characters with &#62 - so adding a number right after it made it &#621, 622, etc., which made the HTML entity 621 or 622, rather than the HTML entity 62, followed by a 1.

Please Register or Login to start posting comments.
Bottom