|
|
|
|
|
by tatersolid
3116 days ago
|
|
Simple, yes. Secure, not so much. Saying “I used encryption” doesn’t make it secure; password distribution is a key management problem which is not solved by encryption. Your secret is stored in a DB you don’t own, and the encryption keys are on a random third party’s servers. No way to verify anything is actually deleted. Email filters will visit the links if you send the URL via email, further exposing the password. Even if sharing a limited-time “reset” password that is forced to be changed immediately there are tons of simpler and more secure options for distribution. I don’t know what scenarios this is useful for in the real world, but I certainly don’t advise using it for anything even approaching important. |
|
Firstly, this project is open source. If you suspicious of where the data is being stored or my intentions, you are free to fork and run it yourself.
That being said.. I am not claiming to have achieved some novel security accomplishment. Yes, this is a simple symmetric encryption using a vetted crypto lib, backed by a key value store, and using UUID4 to generate the links.
Its a trade of for convenience and security. It's better than emailing passwords in plaintext and makes security more accessible to folks who dont have the time/incinlination/technical ability to set up keybase and/or estbalish PKI for sharing secrets.
Understand the audience this is targeting..