N
NyxInternal secret sharing
Up to 5 files. Filenames and file contents are encrypted together.
OptionsDefault: 1 view, expires after 1 hour
Default policy: 1 view, expires after 1 hour.
Combined size0 B
Files0
Content classfiles
The browser generates a random symmetric key, encrypts the full payload with AES-GCM, and stores the key only in the URL fragment. The server stores ciphertext and metadata, then performs an atomic first-wins reveal when a recipient presses Reveal secret.
To verify this yourself, open browser DevTools, go to Network, create a secret, and inspect the `POST /api/secrets` request. You will see ciphertext in the JSON body and the request URL without the fragment key, because everything after `#` stays in the browser.