Hacker News new | ask | show | jobs
Show HN: Secnote – Send encrypted notes that self-destruct after being read (secnote.co)
3 points by rahan_r 342 days ago
Secnote is a simple web app for sending confidential messages that self-destruct after being read. Each note is encrypted end-to-end using XSalsa20-Poly1305 and accessible via a single-use link. No sign-up required.

Useful for sharing sensitive information like credentials or one-time messages without leaving a trace.

2 comments

Very cool program especially for secrets. You can add the ability to attach files to notes, but this is a difficult task, especially if they are photos.
Thanks. Yeah, I've thought about file support especially images but it's a bit tricky to do securely. Might add it later if I can get it right.
What ensures that it will be destroyed?
Once the notes read, its gone for good. the link won’t work again.
Trust me bro!
I'm planning to open-source the backend soon so you don’t have to trust me.