From 44b0f3b6c6c5623531fbc51cacb52680ab2950b3 Mon Sep 17 00:00:00 2001 From: flo Date: Fri, 8 Jun 2018 18:17:59 +0200 Subject: [PATCH] Website now links to github, makes updates easier --- .../no_pass_web/templates/layout/app.html.eex | 2 +- .../no_pass_web/templates/page/index.html.eex | 48 +------------------ 2 files changed, 3 insertions(+), 47 deletions(-) diff --git a/server/lib/no_pass_web/templates/layout/app.html.eex b/server/lib/no_pass_web/templates/layout/app.html.eex index d1eeb92..2ae59be 100644 --- a/server/lib/no_pass_web/templates/layout/app.html.eex +++ b/server/lib/no_pass_web/templates/layout/app.html.eex @@ -29,7 +29,7 @@ <%= render @view_module, @view_template, assigns %> diff --git a/server/lib/no_pass_web/templates/page/index.html.eex b/server/lib/no_pass_web/templates/page/index.html.eex index c4b82c1..9b29aae 100644 --- a/server/lib/no_pass_web/templates/page/index.html.eex +++ b/server/lib/no_pass_web/templates/page/index.html.eex @@ -6,51 +6,7 @@ E.g. if you need a password on your PC, you only have to confirm this on your phone. No need to remember any passwords!

- -

How does it work?

-

-Your passwords are encrypted using a strong, randomly generated password, here called group password. -This group password is never stored anywhere directly. Instead, NoKey uses Shamir's Secret Sharing -to split the group password into multiple shares (called keys in NoKey). -When you confirm you want to unlock a group on another device, the device sends its key to the one that requested it. -Then, if enough keys have been collected, the requester can recover the group password and with that decrypt your stored passwords. -

-

- For a more in depth explanation, you can check out the project report (coming soon). -

-

Try the beta version

-

- You can try out NoKey right now, but there might still be some issues. -

-

- You can report issues here on GitHub. -

-

- Don't use multiple clients on the same device! -

-

-
-

Android

-

- Download the .apk here: Android -

-
-
-

Chrome Extension

-

- Install from here: Chrome Extension -

-
-
-

Firefox Extension

-

- Download it here: Firefox Extension -

-
-
- -

- If none of these options work for you, you can try the web app. - For Safari, there is currently no option that works. +

+ Download and more at: github.com/Zinggi/NoKey/.