v2.0.0
Breaking Changes:
- Changed
hotp( key, counter, digits )
tohotp( 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
Breaking Changes:
hotp( key, counter, digits )
to hotp( key, counter, options )
Features:
totp
CLI command