To build a better password
Working on a large web based application has had me thinking a lot about password security. In our app all our passwords are stored in double hashed strings, but how do I know other sites are being as thorough. They days of being able to use one password for everything are over. A lot of people are an SQL injection away from losing a lot of personal information.
That’s why I was thrilled when I stumbled upon this bookmarklet. The page is pretty self explanatory, but to summarize; Drag the bookmarklet into you browser. Then when you’re on a site that asks you to make a password you click on it, enter your “master password” (that way you still only have to remember one) and it will generate a password for you to use on the site. Next time you need to remember that password to get back into the just repeat the steps and it will give you the same password again. It generates the password based on the host name of the site you’re on and your master password, but there’s no way for anyone to be able to decipher your master password from it.