PwdHash2
PwdHash2 is a Firefox Add-On to create secure, site-based passwords.
It is based on Stanford PwdHash and PwdHash-PoC
Get the add-on
addons.mozilla.org
See the source
github.com/GWuk/PwdHash2
Generate passwords
You can create the password without the add-on locally in the browser (no user input is sent anywhere)
Changes to the original Stanford PwdHash:
- Fixed defunct original version, caused by changes in Firefox 66.0.2 keypress event handling
- Highlight password field, if active
- Added option to change the hash algorithm from HMAC-MD5 to PBKDF2-SHA256 by enabling non-legacy mode.
- Added option to store a user-specified salt and iteration count.
- Added option to use legacy (Stanford PwdHash) mode by Shift-F2