From 88c8f766e2960334c0aea2920217264adc5bc464 Mon Sep 17 00:00:00 2001 From: "M.M.Azizi" <121211931+TheGreatAzizi@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:28:16 +0330 Subject: [PATCH] Add index.html for Secure Pastebin application This file contains the complete HTML structure for the Secure Pastebin application, including metadata, styles, and various user interface components for message encryption and sharing. --- index.html | 233 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 233 insertions(+) create mode 100644 index.html 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).
+