Categories

Developer

Yukina
Yukina

hPass v1.3resigned1

  • rating
  • rating
  • rating
  • rating
  • rating
0 (0 reviews)
HMAC-based password derivation tool, you can derivate a secure password from a master password and the domain of current website.

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