
Updated October 18, 2007
Passworder is a Dashboard widget that helps you generate unique passwords for your favorite websites. Enter the site name (e.g., superjared.com), your username (e.g., jared) and a master password (e.g., myawesomepassword), and you get a seemingly random set of characters to use as your password (e.g, 97a1df0).
The widget concatenates three inputs—Site Name, Username, and Master Password—and returns a portion of a SHA1 hash based on the inputs. As of 1.1 you can set the length of the returned password.
The software is licensed under the “new” BSD license.
Source code is accessible via Bazaar:
bzr branch http://superjared.com/passworder/Passworder.wdgt
Contact me here.