From c06b06d1accd8ca38a59fd0df5e74d5a5e395d9c Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 30 May 2018 18:24:23 +0200 Subject: [PATCH 1/2] New app: Secure Quick Reliable Login --- metadata/org.ea.sqrl.txt | 46 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 metadata/org.ea.sqrl.txt diff --git a/metadata/org.ea.sqrl.txt b/metadata/org.ea.sqrl.txt new file mode 100644 index 0000000000..4ae7774749 --- /dev/null +++ b/metadata/org.ea.sqrl.txt @@ -0,0 +1,46 @@ +Categories:Security +License:MIT +Web Site: +Source Code:https://github.com/kalaspuffar/secure-quick-reliable-login +Issue Tracker:https://github.com/kalaspuffar/secure-quick-reliable-login/issues + +Auto Name:Secure Quick Reliable Login +Summary:An implementation for SQRL (Secure Quick Reliable Login) +Description: +This app is an implementation for SQRL (Secure Quick Reliable Login) on Android. + +Before you begin using SQRL to login to websites, your SQRL private identity +must be created. You only need one, probably for life, because it reveals +NOTHING about you, and it's highly secure. It's just a very long (77-digit) +random number. + +From then on, whenever you login with SQRL to a website, your private identity +is used to generate another 77-digit number for that one website. Every website +you visit sees you as a different number, yet every time you return to the same +site, that site's unique number is regenerated. + +This allows you to be uniquely and permanently identified, yet completely +anonymous. + +Since you never need to use an eMail address or a password, you never give a +website your actual identity to protect. If the website's SQRL identities are +ever stolen, not only would the stolen identities only be valid for that one +website, but SQRL's cryptography prevents impersonation using stolen identities. + +This is as good as it sounds. It's what we've been waiting for. +. + +Repo Type:git +Repo:https://github.com/kalaspuffar/secure-quick-reliable-login.git + +Build:0.8.0,22 + commit=v0.8.0 + subdir=app + gradle=yes + output=app/gen_build/outputs/apk/release/app-release-unsigned.apk + prebuild=echo 'android { lintOptions { abortOnError false } }' >> build.gradle + +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:0.8.0 +Current Version Code:22 From 935e9b6528fada22c82bea7e528c828c85ce8a68 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 9 Oct 2018 10:45:02 +0200 Subject: [PATCH 2/2] Secure Quick Reliable Login: Upgrade to 0.10.1 --- metadata/org.ea.sqrl.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/org.ea.sqrl.txt b/metadata/org.ea.sqrl.txt index 4ae7774749..67ade42d6a 100644 --- a/metadata/org.ea.sqrl.txt +++ b/metadata/org.ea.sqrl.txt @@ -33,14 +33,14 @@ This is as good as it sounds. It's what we've been waiting for. Repo Type:git Repo:https://github.com/kalaspuffar/secure-quick-reliable-login.git -Build:0.8.0,22 - commit=v0.8.0 +Build:0.10.1,27 + commit=v0.10.1 subdir=app gradle=yes - output=app/gen_build/outputs/apk/release/app-release-unsigned.apk + output=gen_build/outputs/apk/release/app-release-unsigned.apk prebuild=echo 'android { lintOptions { abortOnError false } }' >> build.gradle Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.8.0 -Current Version Code:22 +Current Version:0.10.1 +Current Version Code:27