Burn after read
Write a note and share a link to it. The note is permanently destroyed once it is read. The content of the note is encrypted on the client side and sent to the cache in encrypted form. The key is included in the link. Without it, the note cannot be decrypted.
How it Works
- Write a message and click the “Create Message” button
- The message will be encrypted and sent to the server. Be sure to save the link that appears afterwards. Without it, the message cannot be opened or decrypted (the link contains the decryption key). На сервере хранится зашифрованное сообщение
- Send the link to the person for whom the message is intended
- After clicking on the link, the user will see a warning that the message can only be retrieved once
- After reading the message, it will be deleted from the server and the link will no longer work
- If the message is not read within 14 days, it will be automatically deleted from the database
About Project
Instead of sending secrets via email or messenger, where they can be intercepted or stored, the service creates a one-time link to the encrypted message. The message is automatically deleted after the first viewing, eliminating the possibility of re-access or spoofing. All data is transmitted and stored in encrypted form, keys are not saved, logs are not kept - no one, including the service itself, can decrypt the message without the unique link. This small project created by petrtcoi.com.