Skip to content

v2.0.0

Compare
Choose a tag to compare
@jhermsmeier jhermsmeier released this 01 Feb 09:26
· 5 commits to master since this release
5ae385c

Breaking Changes:

  • Changed hotp( key, counter, digits ) to hotp( key, counter, options )
    to support different HMAC algorithms

Features:

  • Added support for Time-Based One-Time Passwords (TOTP) as per RFC 6238
  • Added totp CLI command