Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T13:39:47.000Z (over 3 years ago)
- Last Synced: 2024-07-01T10:50:32.408Z (5 months 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
------------
![Main View](https://github.com/markmcavoy/androidtoken/blob/wiki/mainlist.png)
![Manually adding a new token](https://github.com/markmcavoy/androidtoken/blob/wiki/add_token.png)
![Settings page](https://github.com/markmcavoy/androidtoken/blob/wiki/settings.png)