From 09744ad85cf42a7ff9df47b9da90d05065e54286 Mon Sep 17 00:00:00 2001 From: Tobias Hensel Date: Fri, 11 May 2018 16:41:09 +0000 Subject: [PATCH] New App: sesam --- metadata/de.larcado.sesam.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 metadata/de.larcado.sesam.yml diff --git a/metadata/de.larcado.sesam.yml b/metadata/de.larcado.sesam.yml new file mode 100644 index 0000000000..96391b62eb --- /dev/null +++ b/metadata/de.larcado.sesam.yml @@ -0,0 +1,28 @@ +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 +Summary: Hash based password manager +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 + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.0.0 +CurrentVersionCode: 1