New paste Use cases Explore public pastes Text tools Developer API The Paste Library Security Sign in with Google

Public vs unlisted vs private pastes

Compare public, unlisted, owner-only, password-protected, and encrypted pastes by discovery, authentication, server readability, sharing, and retention.

Published August 3, 2026 · Reviewed August 3, 2026 · By Pastebin.ai Editorial Team for Public vs unlisted vs private pastes.

Editorial illustration for Public vs unlisted vs private pastes
Short answer

Visibility answers who can discover a link; it does not automatically answer who can read storage. Use this comparison to separate discovery, application access, encryption, and expiration before choosing a reassuring label.

Public and unlisted control discovery

A public paste may appear in the limited Explore collection and is not editorially endorsed. An unlisted paste is omitted from public discovery, but anyone holding its random URL can open it. Both remain server-readable unless encryption is selected.

Owner-only and passworded control application access

Owner-only content is returned only to the creating signed-in account. A password-protected paste asks any recipient for a separate shared secret. These checks restrict delivery but do not make conventional stored content zero knowledge.

Practical next step: Security model - Read the full threat and limitation model.

Encrypted changes stored content

Encrypted mode creates an AES-GCM key in the browser and uploads ciphertext. The key is placed after the hash sign in the URL, which normal HTTP requests do not transmit. Anyone with the complete link can decrypt, so distribution still matters.

Expiration is a separate retention choice

Every visibility model still needs a retention decision. Expiration ends future source-link access, while burn-after-read is intended for one deliberate retrieval. Neither control removes copies already made by a recipient.

Mode

ModeDiscoveryPractical meaning
PublicEligible for curated discoveryServer-readable; link opens without another check.
UnlistedNot shown publiclyServer-readable; the URL is the access path.
Owner-onlyNot publicReturned only to the creating signed-in account.
PasswordedNot publicRequires a shared password; storage remains readable.
EncryptedNot publicStorage receives ciphertext; complete URL contains the key.

Primary sources and further reading

These references support the standards and implementation concepts used in Public vs unlisted vs private pastes. Product behavior is checked separately against Pastebin.ai.

  1. MDN: URL fragments
  2. MDN: Web Crypto API

Public vs unlisted vs private pastes questions

Direct answers to the public vs unlisted vs private pastes decisions readers most often need to make.

Is unlisted the same as private?+

No. Unlisted limits discovery, but the URL itself still grants access.

Can an encrypted paste also expire?+

Yes. Encryption changes storage readability; expiration changes how long the source remains available.

Which option should I use for credentials?+

Use a dedicated secret manager rather than a general paste service.