# Paste

> ZeroBin-style encrypted paste stored entirely in your share link.

- Source: https://stevenfoerster.com/lab/paste/

Lab

ZeroBin-style encrypted paste stored entirely in your share link.

Client-side encryption

The paste is encrypted in your browser with AES-256-GCM. The ciphertext and key live inside the URL fragment so nothing is sent to the server. Share the link carefully.

What this is

A client-side encrypted paste tool that stores the key inside the URL fragment, so the server never sees plaintext. It is built for short, sensitive snippets that shouldn't live in a shared document.

Who it's for

-   Engineers sharing short secrets or snippets.
-   Teams that want a zero-knowledge paste flow.
-   Anyone who needs encrypted sharing without accounts.

Paste text

Size: 0 bytes - Max 32 KB for share links.

Passphrase (optional)

If you set a passphrase you must share it separately. For larger payloads, use the Saf tool instead of paste links.

Create encrypted paste Clear input Reset

## Share link

The link contains encrypted data and the key inside the fragment. Anyone with the link can decrypt it, plus the passphrase if you set one.

Share link

 Copy

## Ciphertext (debug)

Copy ciphertext

Security model (30 seconds)

The paste is encrypted locally with AES-256-GCM. The ciphertext and key live in the URL fragment, so they are never sent to the server. If you add a passphrase, both the fragment key and passphrase are required to decrypt. No server-side secrets and no user tracking are used.
