Frequently Asked Questions
Everything you want to know about how FastPaste works.
No questions match your search.
What is FastPaste?
FastPaste is a free, anonymous pastebin alternative for quickly sharing text, code and log files. No account needed — create a paste, share the link.
Is FastPaste free? Do I need an account?
Yes, it is completely free and requires no registration. All features are open to everyone, including syntax highlighting, password protection, end-to-end encryption and the API.
How long are my pastes stored?
You choose an expiry between 10 minutes and 1 month when creating a paste. Once it expires, the paste is automatically and permanently deleted from the server.
How does end-to-end (E2E) encryption work?
Content is encrypted in your browser with AES-GCM and only the ciphertext reaches the server. The decryption key travels in the # part of the link and is never sent to the server — nobody, including us, can read your content.
What is "burn after read"?
When enabled, the paste is shown once and then permanently deleted. Ideal for sharing one-time passwords or secrets. You can also set a custom view limit of N views instead of 1.
Can I edit or delete my paste later?
Yes. When you create a paste you receive a private management link. Use it to edit content, extend expiry, view statistics or permanently delete the paste. Save the link — it is shown only once.
Will my paste appear on Google?
That is up to you. If the "visible to search engines" option is on, the paste joins the public archive and can be indexed. Turn it off and the paste stays link-only; encrypted and protected pastes are never indexed.
Is there an API or CLI?
Yes. The REST API lets you create, read and delete pastes. One-liner from the terminal: echo "hello" | curl -H "Content-Type: text/plain" --data-binary @- https://fastpaste.xyz/api/v1/cli — see the API docs for details.
FastPaste vs Pastebin vs PrivateBin
| FastPaste | Pastebin | PrivateBin | |
|---|---|---|---|
| Free | |||
| All features without account | |||
| End-to-end encryption | |||
| Burn after read | |||
| Password protection | |||
| Custom URL | |||
| Edit/delete link without account | |||
| Free REST API + CLI | |||
| UI in 8 languages |
Comparison based on default features of free/no-account usage (July 2026).