← back to paste

Security model

Last updated: 27 August 2026

paste is zero-knowledge: your text is encrypted in your browser and the server only ever holds ciphertext. Here is precisely how that works and what it does and does not protect.

How encryption works

What the server can and cannot see

It sees ciphertext, size, timestamps and the TTL. It never sees your plaintext or the key, and it cannot decrypt a paste. A network attacker over TLS sees only ciphertext.

Is stored content dangerous?

No. A paste is inert data. The server never executes it, and the reader renders it as text, so a pasted script or reverse-shell one-liner is displayed, not run. There is no innerHTML and no eval, and a strict nonce-based Content-Security-Policy (no unsafe-inline in script-src) blocks injected scripts as a second layer.

Controls

Honest limits

Report an issue

security@0x6a03448f4d.com — see also /.well-known/security.txt.

privacy →