Add README warning that project is currently broken due to a change in crypto libraries
This commit is contained in:
parent
1ad7ce3440
commit
f9c3a40c99
27
README
27
README
@ -1,8 +1,17 @@
|
|||||||
purr
|
purr
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
STATUS: BROKEN
|
||||||
|
DETAILS: Currently unable to decrypt/unencode secrets written to the database.
|
||||||
|
This broke when converting to Nix because it was learned that the previous
|
||||||
|
crypto-simple library was out of date and needed to be replaced. Use commit
|
||||||
|
b4bbf6e5a796d6dfc44ac0a052ec4949d2394927 if you want to build a
|
||||||
|
working project.
|
||||||
|
|
||||||
|
|
||||||
https://purr.eversole.co
|
https://purr.eversole.co
|
||||||
a work-in-progress web application offering customizable password generation and time-limited sharing of secrets.
|
a work-in-progress web application offering customizable password generation
|
||||||
|
and time-limited sharing of secrets.
|
||||||
|
|
||||||
TECH STACK
|
TECH STACK
|
||||||
|
|
||||||
@ -12,15 +21,23 @@ TECH STACK
|
|||||||
|
|
||||||
GOALS
|
GOALS
|
||||||
|
|
||||||
- Generate sufficiently memorable but secure passwords for use with accounts that don't offer better authentication methods.
|
- Generate sufficiently memorable but secure passwords for use with accounts
|
||||||
- Share text secrets with others without disclosing the secret in the message itself.
|
that don't offer better authentication methods.
|
||||||
|
|
||||||
|
- Share text secrets with others without disclosing the secret in the
|
||||||
|
message itself.
|
||||||
|
|
||||||
- Be really cute compared to the competition.
|
- Be really cute compared to the competition.
|
||||||
|
|
||||||
- Provide a minimal and clean interface for generating and sharing passwords.
|
- Provide a minimal and clean interface for generating and sharing passwords.
|
||||||
- Maintain a clean and organized codebase that can be extended to include more utilities than originally anticipated.
|
|
||||||
|
- Maintain a clean and organized codebase that can be extended to include more
|
||||||
|
utilities than originally anticipated.
|
||||||
|
|
||||||
WHY TRUST YOU?
|
WHY TRUST YOU?
|
||||||
|
|
||||||
You shouldn't. This is free and open-source software which you can run on your own hardware.
|
You shouldn't. This is free and open-source software which you can run on your
|
||||||
|
own hardware.
|
||||||
|
|
||||||
DEPLOYMENT
|
DEPLOYMENT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user