bin.warzynski.pro
Open source · Self-hosted

Share code instantly

Encrypted code sharing from your terminal. Paste expires, the password never leaves the URL fragment.

End-to-end encrypted AES-256-GCM encryption happens client-side. The server never sees your content.
Ephemeral by default Set time-based expiry, fetch limits, or both. Burn-after-reading built in.
Pipe anything Works with files, stdin, and scripts. Syntax highlighting for 200+ languages.
ghostty
 1# Share a file — get a link back
 2$ pastebin -t 3mo cmd/server/main.go
 3https://bin.warzynski.pro/20260322220309-a581223f0f049e77
 4
 5# Encrypt and burn after reading
 6$ cat secrets.env | pastebin --burn
 7https://bin.warzynski.pro/20260322220309-a581223f0f049e77#p8kX2mQ9
 8Keep this URL secret; the part after # is the decryption password.
 9
10# Pipe build logs with a description
11$ make 2>&1 | pastebin --description "CI failure #482"
12https://bin.warzynski.pro/20260322220309-a581223f0f049e77