What This Tool Does:
This is a free tool that delivers encrypted messages. Once the recipient reads the message, it is instantly self-destructed.
How to Use the Tool:
Submit the message you want to send (e.g., passwords, sensitive information).
Copy the auto-generated URL.
Send the auto-generated URL wherever you choose.
Security:
All messages you submit are encrypted, so even we cannot restore or view them. Use the tool responsibly.
How is it possible that even the developers who built this tool (and have access to the source code and database) cannot see your messages?
We are unable to see your messages because of the way the tool is designed. Specifically, if you check your URL, you’ll see that it is structured with two unique keys, like this: ".../5e2aa07cb3a0f/Tn5042KTBXgMhsgSGXl1". One of these randomly generated keys encrypts your specific message. To decrypt it, this specific key is required, and the only place it is stored is in your unique URL. Without this random key, it is impossible to decrypt the message, and only you possess it.
Encryption is performed using the AES-256-CBC encryption method. The randomly generated key is 20 characters long and combines uppercase letters, lowercase letters, and numbers. If the code detects an attempt to decrypt with an incorrect key, the message is deleted instantly.
The website uses secure and valid HTTPS.
Warning:
The main risk when using this app is accidentally sending the generated URL to the wrong person. Ensure that you send the URL to the correct recipient. While two-way authentication would be a helpful additional security layer (to verify the correct recipient), it is beyond the scope of this project, so it’s up to you to ensure the URL is delivered to the intended person.