From aa459e3b84cc4c5d908f3781c9253848c18640c3 Mon Sep 17 00:00:00 2001 From: Gab Virebent Date: Sat, 20 Jun 2026 01:07:45 +0000 Subject: Initial public release: Nym-native anonymous submission system End-to-end verified pipeline (browser -> HTTP relay -> Nym mixnet -> reader). Client-side X25519+HKDF+AES-GCM-256, no-log blind relay, AGPL-3.0. --- static/index.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 static/index.html (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..c957a01 --- /dev/null +++ b/static/index.html @@ -0,0 +1,61 @@ + + + + + + + NymDrop — Secure Submission + + + +
+ + +

Anonymous document submission — encrypted in your browser, delivered over Nym mixnet.

+ +
+ END-TO-END ENCRYPTED + NYM MIXNET + NO LOGS + NO METADATA +
+ +
+ + + +
+ + + + +
+ + +
+ +
+ +
+ +

+ Your submission is encrypted in this browser before being sent. + The server never sees the content and retains no logs. + Once delivered over the Nym mixnet, no record of this submission exists on this server. + For maximum anonymity, submit from a public network. +

+ +
+ + + + + -- cgit v1.2.3