DEV Community

Cover image for πŸ” Shhh, a web-app to share encrypted secrets using secured links with passphrases and expiration dates.
Matthieu Petiteau
Matthieu Petiteau

Posted on

πŸ” Shhh, a web-app to share encrypted secrets using secured links with passphrases and expiration dates.

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)

Collapse
 
omerxx profile image
Omer Hamerman

Nice! Very similar to Pinterest's Snappass

Collapse
 
smallwat3r profile image
Matthieu Petiteau

Ohh I was unaware of Snappass, thanks for pointing this out! I will have a closer look on how they implemented it :)