Share text securely. Encrypted at rest, auto-expires after 7 days.
0
pastes stored
0
expiring in 3 days
AES-256-GCM encryption — ciphertext only is stored.
Three-word passphrase key — encryption at rest, only the ciphertext is stored.
Auto-deleted after 7 days.
No persistence guarantee — pastes live in an ephemeral SQLite file that is wiped on every server restart. Do not use for anything you cannot afford to lose.
Quick API
curl -s -X POST https://rbin.nullsession.de/api/paste \ --data-binary "your text here" # or from a file: curl -s -X POST https://rbin.nullsession.de/api/paste \ --data-binary @yourfile.txt