https://github.com/markmcavoy/androidtoken
TOTP and HOTP Token for Andriod Devices
https://github.com/markmcavoy/androidtoken
android hotp java otp totp two-factor two-factor-authentication
Last synced: 3 months ago
JSON representation
TOTP and HOTP Token for Andriod Devices
- Host: GitHub
- URL: https://github.com/markmcavoy/androidtoken
- Owner: markmcavoy
- License: other
- Created: 2015-03-13T22:51:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T13:39:47.000Z (over 4 years ago)
- Last Synced: 2024-08-05T19:35:32.514Z (about 1 year ago)
- Topics: android, hotp, java, otp, totp, two-factor, two-factor-authentication
- Language: Java
- Homepage:
- Size: 778 KB
- Stars: 74
- Watchers: 10
- Forks: 29
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Auth Token (formerly, Android Token)
=============
Auth Token, (formerly Android Token) is an Android applicaion used to generate one time passwords (OTP). The application is open source and written in Java. The application supports both HOTP (event tokens, http://tools.ietf.org/html/rfc4226) and TOTP tokens (time tokens, http://tools.ietf.org/html/draft-mraihi-totp-timebased-00).The application supports provisioning tokens using
- [KeyUriFormat](https://github.com/google/google-authenticator/wiki/Key-Uri-Format)
- QR codes
- Manual creation.The application can optionally be protected with a PIN to stop unauthorised access to the software tokens.
Tokens can be exported as a QR code or by manually copying the seed to the clipboard.
Screen Shots
------------


