Saturday, July 12, 2008

www.passwordchart.com

Why should I use this?

  1. Picking and remembering strong passwords is a pain. It's easier to convert an easy to remember one.
  2. It works anywhere on any computer. It also works offline if you print out the chart.
  3. Its free, easy and secure. Everything is done in your browser -- no passwords are sent over the Internet.

Password Chart is an online application to help you create really really strong passwords. These are the sort of passwords your average policeman would have trouble deciphering in a 40 year career. The neat thing is the printable chart for decoding your word or phrase, just don’t lose the chart or its identity number.

There is no magic snake oil here, its a simple substitution cipher. Here is how the algorithm works: 1. An MD5 hash of the chart selection phrase is performed and the first 4 bytes of the hash is used as a random number seed to a Mersenne Twister pseudo-random number generator. 2. The password chart is then filled using sequences of 1 to 3 random upper and lower case letters and optionally numbers and punctuation by grabbing successive numbers generated from the Twister. The reason for the random sequence length is to make reversing the substitution cipher a bit harder. 3. The alphanumeric characters in the password is then converted using the chart.

Via Cool Business Ideas

No comments: