35 lines
794 B
YAML
35 lines
794 B
YAML
Categories:
|
|
- Security
|
|
License: Apache-2.0
|
|
WebSite: https://gitlab.com/larcado/sesam
|
|
SourceCode: https://gitlab.com/larcado/sesam/tree/HEAD
|
|
IssueTracker: https://gitlab.com/larcado/sesam/issues
|
|
Changelog: https://gitlab.com/larcado/sesam/blob/HEAD/CHANGELOG
|
|
|
|
AutoName: sesam
|
|
Description: A password manager app that does not store the passwords but only generates
|
|
them based on a salted hash function (PBKDF2WithHmacSHA1).
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/larcado/sesam.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.0
|
|
versionCode: 1
|
|
commit: v1.0.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.0
|
|
versionCode: 2
|
|
commit: v1.1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.1.0
|
|
CurrentVersionCode: 2
|