Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 779 Bytes

File metadata and controls

17 lines (12 loc) · 779 Bytes

PwdHash2

PwdHash2 is a Firefox Add-On, based on Stanford PwdHash and PwdHash-PoC

Get the add-on at addons.mozilla.org

Website

You can generate passwords without the plugin at https://gwuk.github.io/PwdHash2/


Changes to the original Stanford PwdHash:

  1. Fixed defunct original add-on 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