2018-05-30 16:24:23 +00:00
|
|
|
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
|
|
|
|
|
2019-01-29 19:31:36 +00:00
|
|
|
Auto Name:SQRL Login
|
2018-05-30 16:24:23 +00:00
|
|
|
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
|
|
|
|
|
2018-10-09 08:45:02 +00:00
|
|
|
Build:0.10.1,27
|
|
|
|
commit=v0.10.1
|
2018-05-30 16:24:23 +00:00
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
2018-10-09 08:45:02 +00:00
|
|
|
output=gen_build/outputs/apk/release/app-release-unsigned.apk
|
2018-05-30 16:24:23 +00:00
|
|
|
prebuild=echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
|
|
|
|
2018-10-20 14:32:58 +00:00
|
|
|
Build:0.11.0,28
|
|
|
|
commit=v0.11.0
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
output=gen_build/outputs/apk/release/app-release-unsigned.apk
|
|
|
|
prebuild=echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
|
|
|
|
2018-11-29 10:38:24 +00:00
|
|
|
Build:0.12.0,30
|
|
|
|
commit=v0.12.0
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
output=gen_build/outputs/apk/release/app-release-unsigned.apk
|
|
|
|
prebuild=echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
|
|
|
|
2018-12-11 03:44:49 +00:00
|
|
|
Build:0.12.2,32
|
|
|
|
commit=v0.12.2
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
output=gen_build/outputs/apk/release/app-release-unsigned.apk
|
|
|
|
prebuild=echo 'android { lintOptions { abortOnError false } }' >> build.gradle
|
|
|
|
|
2019-01-29 19:31:36 +00:00
|
|
|
Build:0.13.1,35
|
|
|
|
commit=v0.13.1
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
output=gen_build/outputs/apk/release/app-release-unsigned.apk
|
2019-02-05 12:27:01 +00:00
|
|
|
prebuild=echo 'android { lintOptions { abortOnError false } }' >> build.gradle &&$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404'
|
2019-01-29 19:31:36 +00:00
|
|
|
|
2019-02-13 04:16:18 +00:00
|
|
|
Build:0.13.2,36
|
|
|
|
commit=v0.13.2
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
output=gen_build/outputs/apk/release/app-release-unsigned.apk
|
|
|
|
prebuild=echo 'android { lintOptions { abortOnError false } }' >> build.gradle &&$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404'
|
|
|
|
|
2018-05-30 16:24:23 +00:00
|
|
|
Auto Update Mode:Version v%v
|
|
|
|
Update Check Mode:Tags
|
2019-02-13 04:16:18 +00:00
|
|
|
Current Version:0.13.2
|
|
|
|
Current Version Code:36
|