hPass v1.3resigned1
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