mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-02 10:06:07 +01:00
72 lines
1.7 KiB
YAML
72 lines
1.7 KiB
YAML
Categories:
|
|
- Password & 2FA
|
|
- Security
|
|
License: Apache-2.0
|
|
AuthorName: Chris Miceli
|
|
AuthorWebSite: https://chris-miceli.blogspot.com/
|
|
SourceCode: https://github.com/chrismiceli/motp
|
|
IssueTracker: https://github.com/chrismiceli/motp/issues
|
|
|
|
AutoName: mOTP
|
|
Description: |-
|
|
Generating OTPs without the need for a special hardware token. Using motp, hotp
|
|
or totp algorithms, wih multiple profiles and time-zone support.
|
|
|
|
<b>Support:</b>
|
|
|
|
* <a href="http://motp.sourceforge.net/">mOTP</a>
|
|
* <a href="http://www.ietf.org/rfc/rfc4226.txt">HOTP RFC 4226</a>
|
|
* <a href="http://www.ietf.org/rfc/rfc6238.txt">TOTP RFC 6238</a>
|
|
|
|
<b>Features:</b>
|
|
|
|
* Profiles for multiple security sites
|
|
* Time zone support
|
|
|
|
One time passwords provide two-factor authentication for added security.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/chrismiceli/motp
|
|
|
|
Builds:
|
|
- versionName: '1.5'
|
|
versionCode: 20
|
|
commit: '4'
|
|
target: android-15
|
|
|
|
- versionName: '2'
|
|
versionCode: 21
|
|
commit: 7aae2b79126b89e8bf23f2e5ec2bf9ba2481f76f
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '3'
|
|
versionCode: 22
|
|
commit: 3f0c727fbbf2210980fe8a646d854a70e8d9276b
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '4'
|
|
versionCode: 23
|
|
commit: 279752e62f06a9388c75e560f4e407236869c01d
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '4'
|
|
versionCode: 26
|
|
commit: aaaefe415183cf2d930fe6a3cfdfc76fce92169e
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '4'
|
|
CurrentVersionCode: 26
|