I recently created a web-app to share encrypted secrets using secured links with passphrases and expiration dates.
I know some great projects such as OnetimeSecret or PasswordPusher already exists, but it was actually really fun making my own from scratch!
The app is also running live, but I understand that you can't trust anyone, that's why it's mainly built for people or organizations to set it up on their own local/private server to make sure no-ones using their data.
Looking for new contributors to the project, so feel free to get in touch!
Here is the repo: https://github.com/smallwat3r/shhh
Top comments (2)
Nice! Very similar to Pinterest's Snappass
Ohh I was unaware of Snappass, thanks for pointing this out! I will have a closer look on how they implemented it :)