[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8222":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":38,"readmeContent":39,"aiSummary":40,"trendingCount":15,"starSnapshotCount":15,"syncStatus":41,"lastSyncTime":42,"discoverSource":43},8222,"PrivateBin","PrivateBin\u002FPrivateBin","A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted\u002Fdecrypted in the browser using 256 bits AES.","https:\u002F\u002Fprivatebin.info\u002F",null,"PHP",8373,995,105,127,0,4,22,99,20,93.89,"Other",false,"master",true,[26,27,28,29,30,31,32,33,34,35,36,37],"crypto","cryptography","encrypted","hacktoberfest","one-time","paste","pastebin","php","security","self-destroy","self-hosted","self-hosting","2026-06-12 04:00:38","# [![PrivateBin](https:\u002F\u002Fraw.githubusercontent.com\u002FPrivateBin\u002Fassets\u002Fmaster\u002Fimages\u002Fpreview\u002FlogoSmall.png)](https:\u002F\u002Fprivatebin.info\u002F)\n\n*Current version: 2.0.4*\n\n**PrivateBin** is a minimalist, open source online\n[pastebin](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FPastebin)\nwhere the server has zero knowledge of stored data.\n\nData is encrypted and decrypted in the browser using 256bit AES in\n[Galois Counter mode](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FGalois\u002FCounter_Mode).\n\nThis is a fork of ZeroBin, originally developed by\n[Sébastien Sauvage](https:\u002F\u002Fgithub.com\u002Fsebsauvage\u002FZeroBin). PrivateBin was\nrefactored to allow easier and cleaner extensions and has many additional\nfeatures.\n\n## What PrivateBin provides\n\n+ As a server administrator you don't have to worry if your users post content\n  that is considered illegal in your country. You have plausible deniability of\n  any of the pastes content. If requested or enforced, you can delete any paste\n  from your system.\n\n+ Pastebin-like system to store text documents, code samples, etc.\n\n+ Encryption of data sent to server.\n\n+ Possibility to set a password which is required to read the paste. It further\n  protects a paste and prevents people stumbling upon your paste's link\n  from being able to read it without the password.\n\n## What it doesn't provide\n\n- As a user you have to trust the server administrator not to inject any\n  malicious code. For security, a PrivateBin installation *has to be used over*\n  *HTTPS*! Otherwise you would also have to trust your internet provider, and\n  any jurisdiction the traffic passes through. Additionally the instance should\n  be secured by\n  [HSTS](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FHTTP_Strict_Transport_Security). It can\n  use traditional certificate authorities and\u002For use a\n  [DNSSEC](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FDomain_Name_System_Security_Extensions)\n  protected\n  [DANE](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FDNS-based_Authentication_of_Named_Entities)\n  record.\n\n- The “key” used to encrypt the paste is part of the URL (in\n  [the fragment part separated by the `#`](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FURL#fragment)).\n  If you publicly post the URL of a paste that is not password-protected, anyone\n  can read it.\n  Use a password if you want your paste to remain private. In that case, make\n  sure to use a strong password and share it privately and end-to-end-encrypted.\n\n- A server admin can be forced to hand over access logs to the authorities.\n  PrivateBin encrypts your text and the discussion contents, but who accessed a\n  paste (first) might still be disclosed via access logs.\n\n- In case of a server breach your data is secure as it is only stored encrypted\n  on the server. However, the server could be abused or the server admin could\n  be legally forced into sending malicious code to their users, which logs\n  the decryption key and sends it to a server when a user accesses a paste.\n  Therefore, do not access any PrivateBin instance if you think it has been\n  compromised. As long as no user accesses this instance with a previously\n  generated URL, the content can't be decrypted.\n\n## Options\n\nSome features are optional and can be enabled or disabled in the [configuration\nfile](https:\u002F\u002Fgithub.com\u002FPrivateBin\u002FPrivateBin\u002Fwiki\u002FConfiguration):\n\n* Password protection\n\n* Discussions, anonymous or with nicknames and IP based identicons or vizhashes\n\n* Expiration times, including a \"forever\" and \"burn after reading\" option\n\n* Markdown format support for HTML formatted pastes, including preview function\n\n* Syntax highlighting for source code using prettify.js, including 4 prettify\n  themes\n\n* File upload support, image, media and PDF preview (disabled by default, size\n  limit adjustable)\n\n* Templates: By default there are bootstrap5, bootstrap CSS and darkstrap\n  to choose from and it is easy to adapt these to your own websites layout or\n  create your own.\n\n* Translation system and automatic browser language detection (if enabled in\n  browser)\n\n* Language selection (disabled by default, as it uses a session cookie)\n\n* QR code for paste URLs, to easily transfer them over to mobile devices\n\n## Further resources\n\n* [FAQ](https:\u002F\u002Fgithub.com\u002FPrivateBin\u002FPrivateBin\u002Fwiki\u002FFAQ)\n\n* [Installation guide](https:\u002F\u002Fgithub.com\u002FPrivateBin\u002FPrivateBin\u002Fblob\u002Fmaster\u002Fdoc\u002FInstallation.md#installation)\n\n* [Configuration guide](https:\u002F\u002Fgithub.com\u002FPrivateBin\u002FPrivateBin\u002Fwiki\u002FConfiguration)\n\n* [Templates](https:\u002F\u002Fgithub.com\u002FPrivateBin\u002FPrivateBin\u002Fwiki\u002FTemplates)\n\n* [Translation guide](https:\u002F\u002Fgithub.com\u002FPrivateBin\u002FPrivateBin\u002Fwiki\u002FTranslation)\n\n* [Developer guide](https:\u002F\u002Fgithub.com\u002FPrivateBin\u002FPrivateBin\u002Fwiki\u002FDevelopment)\n\nRun into any issues? Have ideas for further developments? Please\n[report](https:\u002F\u002Fgithub.com\u002FPrivateBin\u002FPrivateBin\u002Fissues) them!\n","PrivateBin 是一个极简主义的开源在线粘贴板，服务器对存储的数据完全不知情。其核心功能是使用256位AES在浏览器中加密和解密数据，确保数据传输的安全性。用户还可以设置阅读密码进一步保护粘贴内容，防止未授权访问。此外，PrivateBin支持自托管部署，使得管理员能够删除任何非法或敏感内容以符合当地法律法规要求。适合需要安全分享文本、代码片段等信息的场景，尤其是在重视隐私保护和个人信息安全的环境中。",2,"2026-06-11 03:16:51","top_language"]