PwdHash2 - secure site based passwords

Logo

PwdHash2 is a Firefox Add-On to create secure, site-based passwords

View the Project on GitHub GWuk/PwdHash2

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:

  1. Fixed defunct original version, caused by changes in Firefox 66.0.2 keypress event handling
  2. Highlight password field, if active
  3. Added option to change the hash algorithm from HMAC-MD5 to PBKDF2-SHA256 by enabling non-legacy mode.
  4. Added option to store a user-specified salt and iteration count.
  5. Added option to use legacy (Stanford PwdHash) mode by Shift-F2