46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/markmcavoy/androidtoken
|
|
IssueTracker: https://github.com/markmcavoy/androidtoken/issues
|
|
|
|
AutoName: Android Token
|
|
Description: |-
|
|
Turning a mobile phone into a One Time Password (OTP) generation device which
|
|
can be used in the place of hardware tokens.
|
|
|
|
Support for provisioning tokens using the KeyUriFormat and QR codes as well as
|
|
manual creation.
|
|
|
|
Can optionally be protected with a PIN to stop unauthorised access to the
|
|
software tokens.
|
|
|
|
Supports both HOTP (Event Tokens) and TOTP (Time Tokens) specifications.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/markmcavoy/androidtoken.git
|
|
|
|
Builds:
|
|
- versionName: '2.02'
|
|
versionCode: 4
|
|
commit: b35d1f5
|
|
subdir: src
|
|
target: android-16
|
|
|
|
- versionName: '2.10'
|
|
versionCode: 5
|
|
commit: c4ae1ccb4f19fd55d59a436b800f855c3160f26b
|
|
subdir: src
|
|
target: android-16
|
|
|
|
- versionName: '2.11'
|
|
versionCode: 6
|
|
commit: d61974f49399e1b38c5a3f3202cfadea55691eb3
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '2.11'
|
|
CurrentVersionCode: 6
|