diff options
author | Andinus <andinus@nand.sh> | 2020-04-11 16:44:26 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-11 16:44:26 +0530 |
commit | de8bd686040112a88c6ec886fb959ad9f2f8bd40 (patch) | |
tree | a634c4467b3e0a58cfc8e39fe7b0976e4de4ca16 | |
parent | 0ef35cae1a385f26f3d5a0ad6306b09d1fed3abd (diff) | |
download | orion-de8bd686040112a88c6ec886fb959ad9f2f8bd40.tar.gz |
Add links to readme & explain history
-rw-r--r-- | README.org | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/README.org b/README.org index 532bfb9..00869ec 100644 --- a/README.org +++ b/README.org @@ -6,11 +6,9 @@ Orion is a simple program to check for compromised passwords using Have I Been Pwned API. -Currently it only supports [[https://www.passwordstore.org][pass]], other password managers maybe be supported in -the future. - -*Note*: Your password is not sent anywhere, only the first 5 characters of the -SHA-1 hash of the input is sent to HIBP API. +| Project Home | [[https://andinus.nand.sh/orion/][Orion]] | +| Source Code | [[https://tildegit.org/andinus/orion][Andinus / Orion]] | +| GitHub (Mirror) | [[https://github.com/andinus/orion][Orion - GitHub]] | * Demo | Demo Video | @@ -26,3 +24,8 @@ Match means the password is present in HIBP database & has been compromised. *Note*: Password not present in database doesn't mean that it is a strong password. +* History +Orion v0.1.0 was a simple cli application that asked user for password & +returned the results. I almost never used this because I don't generate password +in head, =pass= is my password manager & it stores all my passwords. So, the next +version will check all my passwords from password store & return the results. |