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.
Comments
openion•5h ago
What ensures that it will be destroyed?
rahan_r•5h ago
Once the notes read, its gone for good. the link won’t work again.
FerkiHN•5h ago
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.
rahan_r•5h ago
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.
openion•5h ago
rahan_r•5h ago