Skip to content

simu/passwordhasherplus

 
 

Repository files navigation

Password Hasher Plus

Build Status

Password Hasher Plus is a replacement for the Password Hasher extension which unfortunately is not developed anymore and does not work correctly with multi-process Firefox.

This extension is a port of the Chrome extension of the same name which generates hash words that are identical to the hash words generated by Password Hasher, if compatibility mode is enabled.

Unfortunately you will have to migrate site tags and versions manually.

ChangeLog

Quickstart Guide:

  1. First time only: check that site settings are correct and that you have enabled compatibility mode if you're coming from the old Firefox plugin.
  2. Input your master password in the password field
  3. Press the '#' button near the password field or use Ctrl+# to hash the password in place
  4. Optional: Use the '' button or press Ctrl+ to check either your master password or the hash word (depending on whether you've hashed your master password already or not).
  5. Login

3rd Party Dependencies

  • tld.js v2.3.1 The file lib/tld.js is generated by cloning the tld.js repository, checking out the version tag (currently v2.3.1) and running npm run build. The resulting file is copied into the source tree for the extension.
  • jQuery v3.3.1 The minified jQuery 3.1.1 javascript is downloaded from code.jquery.com and used as-is. The only part of the extension that relies on jQuery is the standalone website which is available for users that wish to use PasswordHasherPlus outside of Firefox.

Packages

No packages published

Languages

  • JavaScript 94.5%
  • HTML 3.7%
  • CSS 1.6%
  • Makefile 0.2%