A two-factor authentication(2FA) based on HOTP & TOTP written in Go.
- Based on HOTP/TOTP algorithm
- Get code by encoded key
- Encode/Decode key
- Encode key for iOS
- Encode key with hash
- Gen random key
- Print QR for Google Authenticator in terminal
go get github.com/jovijovi/two-fa
- Documents
This project is licensed under the BSD 3-Clause License.