diff --git a/index.html b/index.html new file mode 100644 index 0000000..6c79e54 --- /dev/null +++ b/index.html @@ -0,0 +1,233 @@ + + +
+ + +End-to-End Encrypted • Password Protected • Self-Destructing
+Your message is encrypted in your browser using AES-256-GCM before being sent to the server. The encryption key is generated locally and never transmitted.
+The server only stores the encrypted ciphertext. It cannot read, decrypt, or access your original message. We have zero knowledge of your content.
+The decryption key is embedded in the URL fragment (after #) which never reaches the server. Only the recipient with the full URL can decrypt.
+You can add an extra password layer. The password is used to derive the encryption key via PBKDF2 with 100,000 iterations. Share it separately.
+Choose "Burn after reading" to automatically delete the message after first view, or set an expiration time (1 hour to 30 days).
+