It is very difficult to create passwords rather strong passwords and it becomes very tough to remember them all. Many people use free software to manage al their passwords or they tend to create a master file wherein they store all their confidential passwords. This is the biggest mistake people make. Either remember all your passwords or do not create it at all. You are inviting your account information at risk. It is been almost a year, I am using password chart. It helps me in creating a strong password for me. The process of creating strong password is very easy and safe and secure. You must use password chart to create strong passwords. But I know everybody must be thinking why the hell I should use this only. Let me tell you in detail. 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. It’s free, easy and secure. Everything is done in your browser -- no passwords are sent over the Internet.
How to use it?

1. Enter a phrase to create the password chart.
2. Enter a password to convert using the chart:
3. Other options are available like if you want numbers and punctuations in your password.
4. Once you enter the detail your secured and strong password is ready.
How does it work?
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.
Post a Comment