34 lines
854 B
YAML
34 lines
854 B
YAML
|
Categories:
|
||
|
- Security
|
||
|
License: GPL-3.0-only
|
||
|
AuthorWebSite: http://technologiquepark.wordpress.com
|
||
|
SourceCode: https://github.com/dillbyrne/HashPass
|
||
|
IssueTracker: https://github.com/dillbyrne/HashPass/issues
|
||
|
Bitcoin: 1L44pgmZpeMsWsd24WgN6SJjEUARG5eY6G
|
||
|
|
||
|
AutoName: HashPass
|
||
|
Summary: Use hashes as passwords
|
||
|
Description: |-
|
||
|
Simple password generator for android which uses hashes as passwords, affording
|
||
|
ease in recall and effectiveness in password strength. Available hashes are MD5,
|
||
|
SHA1, SHA256 and SHA512.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/dillbyrne/HashPass.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '0.1'
|
||
|
versionCode: 1
|
||
|
commit: '0.1'
|
||
|
forceversion: true
|
||
|
|
||
|
- versionName: '1.1'
|
||
|
versionCode: 2
|
||
|
commit: '1.1'
|
||
|
forceversion: true
|
||
|
|
||
|
AutoUpdateMode: Version %v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '1.1'
|
||
|
CurrentVersionCode: 2
|