fdroiddata/metadata/org.cry.otp.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

46 lines
1.1 KiB
YAML

Categories:
- Security
License: Apache-2.0
SourceCode: https://github.com/chrismiceli/motp
IssueTracker: https://github.com/chrismiceli/motp/issues
AutoName: mOTP
Summary: One-time password generator
Description: |-
Generating otp's without the need for a special hardware token. Using motp, hotp
or totp algorithms, wih multiple profiles and time-zone support.
'''Support:'''
* [http://motp.sourceforge.net/ mOTP]
* [http://www.ietf.org/rfc/rfc4226.txt HOTP RFC 4226]
* [http://www.ietf.org/rfc/rfc6238.txt TOTP RFC 6238]
'''Features:'''
* 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
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2'
CurrentVersionCode: 21