rewrite yml: byrne.utilities.hashpass
This commit is contained in:
parent
09004d751f
commit
382f9783ca
|
@ -1,31 +0,0 @@
|
||||||
Categories:Security
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Author Web Site:http://technologiquepark.wordpress.com
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/dillbyrne/HashPass
|
|
||||||
Issue Tracker:https://github.com/dillbyrne/HashPass/issues
|
|
||||||
Bitcoin:1L44pgmZpeMsWsd24WgN6SJjEUARG5eY6G
|
|
||||||
|
|
||||||
Auto Name: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.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/dillbyrne/HashPass.git
|
|
||||||
|
|
||||||
Build:0.1,1
|
|
||||||
commit=0.1
|
|
||||||
forceversion=yes
|
|
||||||
|
|
||||||
Build:1.1,2
|
|
||||||
commit=1.1
|
|
||||||
forceversion=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.1
|
|
||||||
Current Version Code:2
|
|
33
metadata/byrne.utilities.hashpass.yml
Normal file
33
metadata/byrne.utilities.hashpass.yml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
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
|
Loading…
Reference in a new issue