Daily Archives: May 15, 2005

New password generator

I wrote it in python for fun. Next I’ll redo it with javascript and write it up for greasemonkey. SHA1(secret + “sitename”)=>base64=>custom password. Changing the secret would be a bitch, though. See password generator for the inspiration.

Posted in tech | Leave a comment