Automatically generates per-site passwords if you prefix your password with @@ or press F2 beforehand. Prevents JavaScript from reading your password as it is typed. The same password will be generated at each subdomain: a.example.com matches b.example.com, a.example.co.uk matches b.example.co.uk, but a.co.uk and b.co.uk are different.
This is based on the Stanford PwdHash add-on, main changes to the original:
- 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 ( based on PwdHash-PoC )
- Added option to store a user-specified salt and iteration count.
- Added option to use legacy (Stanford PwdHash) mode by Shift-F2 or in the options
Hashed passwords can also be generated at https://gwuk.github.io/PwdHash2/
Development: https://github.com/GWuk/PwdHash2 Install
- License: BSD 2-Clause "Simplified" License
- Weekly downloads: 1
- Average daily users: 77
- Rating: 5/5 of 5 ratings
- Created: 2019-04-22 20:14:10
- Last updated: 2019-12-08 10:50:12
- Homepage: https://github.com/GWuk/PwdHash2
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/pwdhash2/
- API: PwdHash2@GWuk.PwdHash2.github.com