Password Hasher Plus - Password Generator version history - 3 versions
Password Hasher Plus - Password Generator by simu
Password Hasher Plus - Password Generator version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.5.1
Released Oct 31, 2019 - 167.1 KBWorks with firefox 63.0 and laterRelease v2.5.1
- Added option to hide the mask button
- Simplified mask button placement
- Remove unused CSS class
.hidden
- Only start content-script code after options are loaded from storage
Source code released under GNU General Public License v2.0 only
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 2.5.0
Released Feb 10, 2019 - 148.1 KBWorks with firefox 63.0 and later- Revamped workflow: you do not have to enter your password in the website anymore
- Reworked UI: updated design, the popup is now a Page Action instead of a Browser Action, and respects the browser UI style
Source code released under GNU General Public License v2.0 only
Version 2.4.0
Released Nov 27, 2017 - 163.48 KBWorks with firefox 53.0 and laterVersion 2.4.0 comes with two big changes. The first change is that the extension now uses the WebExtensions storage API to store settings. Apart from not having settings disappear when history is cleared, this allows users to use their Firefox account to synchronize settings across devices if they choose to do so.
See this Mozilla support article for details on how to setup Sync. Note that for synchronizing addon settings you have to enable synchronizing Addons in your browser's Firefox Account settings.
List of changes in 2.4.0- The addon now uses the WebExtensions Storage API with which settings persist.
- You can choose to use your Firefox account to synchronize settings across devices
- A new password strength option "Custom" allows you to customize hash word generation in compatibility mode. This should now make it possible to generate hash words which are identical to the old extension with any possible combination of flags
- The portable page now has a button to copy the hash word to the clipboard
- The options page and popup are styled using "browser-style" to look more like native UI elements
Source code released under GNU General Public License v2.0 only