ALL TOOLS
IV · GHOST PROTOCOLS
Ephemeral Text Vault
LINK-ENCODED SECRET
Encrypts text in your browser with AES-GCM and packs the ciphertext straight into the link’s URL fragment, which browsers never send to any server. The secret only ever exists on the two screens that see the link.
The whole secret — key and message — is packed into the link itself using AES-GCM encryption. No server ever stores or sees the plaintext. The honest limitation: without a server there is no way to guarantee true one-time "self-destruct" — anyone holding the link can open it more than once, so send it somewhere you trust.