awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
PrivateBin avatar

PrivateBin/PrivateBin

0
View on GitHub↗
privatebin.info↗

PrivateBin

PrivateBin is a self-hosted, zero-knowledge text hosting service and secret sharing tool. It utilizes browser-based AES 256-bit encryption to ensure that data is encrypted on the client side before transmission, meaning the hosting server cannot read or recover the original content.

The project distinguishes itself by using URL fragments to distribute decryption keys, preventing the secret key from ever being sent to the server. It supports the distribution of both encrypted text and files, which are compressed and encrypted locally prior to storage.

The platform includes capabilities for anonymous discussion threads, customizable content expiration policies, and pluggable storage backends. Additional functionality covers markdown rendering, syntax highlighting, and IP-based submission rate limiting to prevent system abuse.

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Features

  • Zero-Knowledge Vaults - Implements a zero-knowledge architecture where data is encrypted in the browser and the server never possesses decryption keys.
  • URL-Fragment Key Distribution - Uses URL fragments to transmit decryption keys, ensuring the hosting server never receives the secret key.
  • Text Snippet Sharing - Provides a platform for hosting and sharing temporary text or code snippets anonymously.
  • Content Expiration Policies - Offers customizable data lifespans, including deletion after a single read or specific time intervals.
  • Expired Record Purging - Includes server-side scripts that automatically purge expired records based on timestamp metadata.
  • Zero-Knowledge Storage - Provides a privacy-focused storage platform where the server cannot read content due to client-side encryption.
  • Client-Side Encryption - Uses 256-bit AES encryption within the browser to ensure plaintext never reaches the server.
  • Encrypted Pastebins - Provides a zero-knowledge text sharing service that encrypts data in the browser using AES.
  • Encrypted Secret Sharing - Offers a deployable tool for exchanging encrypted text and files with configurable expiration.
  • Encrypted File Sharing - Enables the upload of files that are compressed and encrypted locally before being shared via secure links.
  • Zero-Knowledge Suites - Implements a zero-knowledge architecture where encryption and decryption occur exclusively on the client side.
  • Temporary Link Exchanges - Allows sending sensitive credentials via encrypted links that automatically delete after being read.
  • Encryption Tools - Acts as a web application for local AES encryption and decryption to keep data private from the host.
  • Threaded Discussion Interfaces - Provides hierarchical threaded interfaces for users to engage in conversations on shared secrets.
  • Data Compression Algorithms - Reduces the storage footprint of saved content using compression algorithms before applying encryption.
  • Pluggable Storage Drivers - Supports a modular storage architecture allowing the use of local files, databases, or cloud object storage.
  • Client-Side Compression - Implements browser-based data compression to reduce the size of encrypted payloads before they are uploaded.
  • Private Content Protection - Requires a secret key to decrypt and view content, ensuring only authorized users can access the data.
  • Privacy-Focused Communication - Implements anonymous discussion threads on shared content to preserve user privacy.
  • Markdown and Syntax Highlighting - Provides markdown rendering and syntax highlighting to improve the presentation of shared text and code.
  • Anonymous Commenting - Allows users to participate in discussions via nicknames without requiring the creation of an account.
  • Pastebins And Gists - Minimalist pastebin with zero-knowledge server-side encryption.
  • Collaboration And Storage - Encrypted, zero-knowledge platform for sharing sensitive text.
  • File Management - Encrypted, zero-knowledge pastebin for secure text sharing.
  • Secret Sharing - Minimalist pastebin with browser-based encryption and zero server knowledge.
8,384 estrellas·996 forks·PHP·8 vistas

Historial de estrellas

Gráfico del historial de estrellas de privatebin/privatebinGráfico del historial de estrellas de privatebin/privatebin

Preguntas frecuentes

¿Qué hace privatebin/privatebin?

PrivateBin is a self-hosted, zero-knowledge text hosting service and secret sharing tool. It utilizes browser-based AES 256-bit encryption to ensure that data is encrypted on the client side before transmission, meaning the hosting server cannot read or recover the original content.

¿Cuáles son las características principales de privatebin/privatebin?

Las características principales de privatebin/privatebin son: Zero-Knowledge Vaults, URL-Fragment Key Distribution, Text Snippet Sharing, Content Expiration Policies, Expired Record Purging, Zero-Knowledge Storage, Client-Side Encryption, Encrypted Pastebins.

¿Qué alternativas de código abierto existen para privatebin/privatebin?

Las alternativas de código abierto para privatebin/privatebin incluyen: awesome-selfhosted/awesome-selfhosted — This project is a community-curated directory of open-source software designed for deployment in private server… jhaals/yopass — Yopass is a secure secret sharing platform used to share encrypted text and files via one-time expiring links. It… searxng/searxng — This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web,… mozilla/send — Send is a self-hosted file transfer service designed for end-to-end encrypted file sharing. It provides a… bitwarden/android — This project is an Android password manager application that provides an end-to-end encrypted vault for storing and… cryptpad/cryptpad — CryptPad is a self-hosted, zero-knowledge office suite designed for real-time collaborative editing and content…

Alternativas open-source a PrivateBin

Proyectos open-source similares, clasificados según cuántas características comparten con PrivateBin.
  • awesome-selfhosted/awesome-selfhostedAvatar de awesome-selfhosted

    awesome-selfhosted/awesome-selfhosted

    299,516Ver en GitHub↗

    This project is a community-curated directory of open-source software designed for deployment in private server environments and home labs. It serves as a comprehensive resource for discovering independent, self-hosted alternatives to mainstream cloud services, enabling users to maintain full data ownership and control over their digital infrastructure. The directory is structured through a hierarchical taxonomy that organizes a vast collection of applications into logical categories, ranging from media management and data analytics to private communication and team productivity tools. It dis

    awesomeawesome-listcloud
    Ver en GitHub↗299,516
  • jhaals/yopassAvatar de jhaals

    jhaals/yopass

    2,581Ver en GitHub↗

    Yopass is a secure secret sharing platform used to share encrypted text and files via one-time expiring links. It utilizes client-side encryption to ensure that sensitive data is encrypted in the browser before transmission, preventing the server from seeing plain text. The platform differentiates itself through an integrated security auditing system that generates structured logs and triggers cryptographically signed webhooks when secrets are created, viewed, or expired. It also features an access control system based on OpenID Connect, allowing administrators to restrict secret creation and

    TypeScriptencryption-decryptionhacktoberfestpassword-sharing
    Ver en GitHub↗2,581
  • searxng/searxngAvatar de searxng

    searxng/searxng

    32,180Ver en GitHub↗

    This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web, academic, and media sources into a single, unified interface. By acting as a proxy between the user and external search providers, it strips identifying headers and tracking parameters from requests, ensuring that search activity remains anonymous and protected from third-party profiling. The platform distinguishes itself through a modular, plugin-based architecture that allows for extensive customization of search behavior, result filtering, and interface branding. It supports a

    Pythonbingbravedegoogle
    Ver en GitHub↗32,180
  • mozilla/sendAvatar de mozilla

    mozilla/send

    13,269Ver en GitHub↗

    Send is a self-hosted file transfer service designed for end-to-end encrypted file sharing. It provides a privacy-focused data transfer solution and ephemeral file storage where uploaded content is automatically deleted after a specified number of downloads or a set amount of time. The service ensures private file sharing by utilizing client-side encryption to protect data before it is uploaded. Decryption keys are distributed to recipients via URL hash fragments to ensure the server never has access to the keys. The platform supports encrypted data transfer and temporary file hosting. It us

    FreeMarker
    Ver en GitHub↗13,269
Ver las 30 alternativas a PrivateBin→