otp-io
Version:
🕖 Typed library to work 2fa via Google Authenticator/Time-based TOTP/Hmac-based HOTP
1 lines • 124 B
JavaScript
;const browser=require('./crypto/browser.js');exports.hmac=browser.hmac;exports.randomBytes=browser.randomBytes;
🕖 Typed library to work 2fa via Google Authenticator/Time-based TOTP/Hmac-based HOTP