Skip to main content

PrivateBin

Private content sharing.

PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.

Usage

Share protected text at unique URLs to anyone.

Features

  • End-to-end Encryption: Items are encrypted before upload and can only be decrypted by the generated link.
    • The service operator has no knowledge of what was encrypted, or even that anything was uploaded.
  • Expirations: Uploads/links can be set to expire and be wiped from the system after a certain number of days or downloads.
    • Also enable "burn after reading" to require that content is only revealed once.
  • Passwords: Optionally enable password requirement to access.
    • Further secure who can access your content.
  • Amnesia: Zero traceability.
    • Once content is viewed and/or links expire, the service retains no data or history.

Use Cases

  • Create a private message that can only be seen once and/or is password protected.
  • Send instructions (for example, as HTML or Markdown) that expire if not read.
  • Share code snippets to others without revealing your entire repository.

Upstream

Source: https://privatebin.info/