Hacker News new | ask | show | jobs
Asecret.io – A Simple yet Powerful Secure Secret Sharing Site (asecret.io)
3 points by iosol 488 days ago
3 comments

I built aSecret.io, a secure secret-sharing site. I know, there are others like this, but I wanted something a bit different:

- Multiple views per secret (instead of auto-burning after the first view) - Admin link for the creator – See how many times the secret has been viewed or manually burn it anytime

Not the end of the world but useful and I like the domain. Feel free to roast it.

Quick and Dirty version here from a few months back:

    https://paste.sr.ht/~mcotdev/f5becc377af8761529a1ddd2b915534347a9e429
How long does the link be alive before being used?
1h, 24h or 7d. After that will self destroy. The secret is encrypted on the client and cant only be decrypted with the password embedded on the secret link. So secret is stored encrypted on the server and only the creator and the reader can decrypt it.