HMAC-based password derivation tool, you can derivate a secure password from a master password and the domain of current website.
Algorithm: PASSWORD = HTML_SAFE_BASE64( HMAC256( KEY, DOMAIN ) ).SUBSTRING(0, 16)
Github: https://github.com/yuki93/hpass
- License: MIT License
- Weekly downloads: 0
- Average daily users: 2
- Rating: 0/5 of 0 ratings
- Created: 2017-11-16 11:07:19
- Last updated: 2017-11-16 11:20:07
- Homepage:
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/hpass/
- API: {996d3a03-f9fa-44b8-a48d-252d2174d68a}