# PrivateBin/PrivateBin

A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.

Repository: https://github.com/PrivateBin/PrivateBin
Canonical: https://ross.abutalabs.com/products/privatebin
Homepage: https://privatebin.info/
Language: PHP
License: NOASSERTION
License Family: other
Topics: self-hosted, self-hosting, pastebin, security, one-time, self-destroy, encrypted, php, paste, crypto, cryptography, hacktoberfest
Last push: 2026-08-26T18:11:55+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 96, longevity 100
- inputs: {"age_days": 3707, "days_push": 7, "days_rel": 25, "gap_med": 27, "n_releases_24m": 12}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8572, forks 1027 (observed 2026-08-28T04:10:23.608856+00:00)

## What it is
PrivateBin is a minimalist, self-hosted pastebin where the server stores only encrypted data and never learns the paste contents. Encryption and decryption happen in the browser using 256-bit AES-GCM, with optional passwords, expiring pastes, and self-destruction.

## Use cases
- share sensitive text or code snippets securely
- self-host a zero-knowledge pastebin
- send self-destructing one-time messages
- share a paste with a password
- avoid storing plaintext user content on my server
- share confidential notes via a link

## When to choose
- you want the server to have zero knowledge of pasted content
- you need self-hosted pastes with expiration or one-time viewing
- you want plausible deniability for hosted content

## When to avoid
- you need to search or index pastes server-side
- you cannot serve the instance over HTTPS
- you need large file hosting rather than text pastes

## Facets
- artifact type: application
- maturity: active
- function: cryptography, security, self-hosted, web-framework
- domain: security, privacy, self-hosted, web-development
- platform: self-hosted, php
- tags: pastebin, zero-knowledge, client-side-encryption, aes-gcm, ephemeral-pastes, zerobin-fork, web-server

## Member repositories
- PrivateBin/PrivateBin (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:23.608856+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:26:16.510942+00:00, confidence not recorded.
  - readme: https://github.com/PrivateBin/PrivateBin (fetched 2026-08-28T04:10:23.608856+00:00, sha d55c7088f7fc)
  - homepage: https://privatebin.info/ (fetched 2026-08-29T08:26:34.353447+00:00, sha f5eb8d870c6c)
  - site_page: https://privatebin.info/codedoc (fetched 2026-08-29T08:26:34.363391+00:00, sha 786566b85ac4)
  - site_page: https://privatebin.info/jsdoc (fetched 2026-08-29T08:26:34.365480+00:00, sha c5557550ffda)
- Data as of 2026-08-30T08:39:29.467469+00:00.
