Password Generator
Simple solution to an old problem.
Update:
A bookmarklet from the same site.
Update 2:
A Greasemonkey version has appeared, but from different site. That was fast. Via The Schwartz
BTW, I haven't used any of these yet, so don't take my links as an endorsement. When using software tools to manage all of your passwords, please be cautious.
Posted May 3, 2005 3:10 PM
Comments
Hmmm... I wonder... could one of those GreaseMonkey scripts do something to automate the process of calculating and inserting a site-specific password for any password field on any page? Perhaps by inserting event code that searches for any occurance of your generic password and replaces it with the calculated string?
-rich
Richard Schwartz, May 3, 2005 4:14 PM
I don't think it would be too hard...just make a bookmarklet that iterates through all text fields on a page and runs that on them if they are password style...I think it would work for most standard implimentations of password boxes. If I new more javascript I would code it, but as it is you could probably get someone to do it.
Useful find btw.
Eric Burnett, May 3, 2005 7:05 PM
See here for a GreaseMonkey script that improves the automation.
-rich
Richard Schwartz, May 3, 2005 8:50 PM