Bin Private

Bin Private




🛑 ALL INFORMATION CLICK HERE 👈🏻👈🏻👈🏻

































Bin Private




Features




Mobile




Actions




Codespaces




Copilot




Packages




Security




Code review




Issues




Discussions




Integrations




GitHub Sponsors




Customer stories








Explore GitHub


Learn and contribute



Topics




Collections




Trending




Skills




GitHub Sponsors




Open source guides


Connect with others



The ReadME Project




Events




Community forum




GitHub Education




GitHub Stars program








Plans




Compare plans




Contact Sales




Education






In this organization


All GitHub





In this organization


All GitHub





Search


All GitHub





In this organization


All GitHub








docker-nginx-fpm-alpine
Public







All






Public






Sources






Forks






Archived






Mirrors






Templates








All






C






Dockerfile






HTML






JavaScript






Mustache






PHP






Python






Rust








Last updated






Name






Stars






HTML






0






5





1


(1 issue needs help)





0


Updated Jul 18, 2022





C






0




MIT





1





0






0


Updated Mar 30, 2022





Dockerfile






0






2





0






0


Updated Jun 19, 2021







0





0





0






0


Updated Apr 19, 2020





Python







4




MIT





21





0






0


Updated Jul 22, 2019










You can’t perform that action at this time.





You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.


We've verified that the organization PrivateBin controls the domain:


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.


Source of assets (images, ...) used for PrivateBin


PrivateBin docker image based on Nginx, php-fpm & Alpine Linux stack


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.


helm chart for easily deploying PrivateBin to kubernetes


PrivateBin docker image based on Nginx, php-fpm & Alpine Linux stack


Rust based directory application to collect list of federated instances


The pelican static site generator configuration and data for


A zlib WebAssembly binary build sample.


Docker image providing busybox' chown, statically linked to musl libc


PrivateBin docker image to run the unit testing suite against a local repository


PrivateBin protocol models for Verifpal analysis


PrivateBin CLI on python 3, please check for the newest version upstream at:



Please enter the password for this paste:




Use Current Timezone


Convert To UTC


Close


alternatively drag & drop a file or paste an image from the clipboard


PrivateBin requires a modern browser to work.
Firefox ,
Opera ,
Chrome …
For more information see this FAQ entry .



This website is using an insecure connection! Please only use it for testing.

For more information see this FAQ entry .



Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS .


Loading…
In case this message never disappears please have a look at this FAQ for information to troubleshoot .


PrivateBin is 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. More information on the project page .






Features




Mobile




Actions




Codespaces




Copilot




Packages




Security




Code review




Issues




Discussions




Integrations




GitHub Sponsors




Customer stories








Explore GitHub


Learn and contribute



Topics




Collections




Trending




Skills




GitHub Sponsors




Open source guides


Connect with others



The ReadME Project




Events




Community forum




GitHub Education




GitHub Stars program








Plans




Compare plans




Contact Sales




Education






In this repository


All GitHub





In this repository


All GitHub





In this organization


All GitHub





In this repository


All GitHub









PrivateBin

/

PrivateBin


Public






Code



Issues



Pull requests



Discussions



Actions



Projects



Wiki



Security



Insights





This commit was signed with the committer’s verified signature .


👍
10
thespad, whalehub, Square252, den13501, pingram3030, ilpssun, AnonymousWP, fxttr, DalekDave, and Mazorius reacted with thumbs up emoji
🎉
6
brknkfr, whalehub, abdulisik, Square252, AnonymousWP, and DalekDave reacted with hooray emoji

All reactions



👍
10 reactions


🎉
6 reactions









0

Join discussion


This tag was signed with the committer’s verified signature .


This commit was signed with the committer’s verified signature .


This tag was signed with the committer’s verified signature .


This commit was signed with the committer’s verified signature .


This tag was signed with the committer’s verified signature .


This commit was signed with the committer’s verified signature .


This tag was signed with the committer’s verified signature .


This commit was signed with the committer’s verified signature .


This tag was signed with the committer’s verified signature .


This commit was signed with the committer’s verified signature .


This tag was signed with the committer’s verified signature .


This commit was signed with the committer’s verified signature .


This tag was signed with the committer’s verified signature .


This commit was signed with the committer’s verified signature .

ALTER TABLE prefix_paste MODIFY COLUMN data MEDIUMBLOB;
UPDATE prefix_config SET value = " 1.3.1 " WHERE id = " VERSION " ;

This tag was signed with the committer’s verified signature .


This commit was signed with the committer’s verified signature .


This tag was signed with the committer’s verified signature .


This commit was signed with the committer’s verified signature .










You can’t perform that action at this time.





You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.

This release improves the safety of the SVG attachment preview, adds Google Cloud Storage and Oracle database support, and new translations.
This minor release addresses a security issue with the SVG attachment preview, adds support for Google Cloud Storage (GCS) and Oracle databases, adds four new languages to the translations and includes updated libraries.
The storage system got reworked as part of the new Google Cloud Storage class and when not using the default file storage, the server salt and purge and traffic limiter items are now stored as part of the selected storage backend. It is now possible to run PrivateBin with database or GCS backend without requiring any write access to the data directory - automatic migrations run the first time any of these get accessed and found to be still present in the filesystem.
We recommend to upgrade 1.3.x instances to improve the resolved security issues. At the very minimum, please update your CSP headers in the configuration file to our currently recommended settings. You can check the headers of your instance via our new instance check service .
As usual, you can download the archive for a manual upgrade and can find more details in the installation instructions .
We also offer a Docker container that includes the recommended secure setup with the non-essential files and data outside of the web servers document root.
Apart from the large tasks that require deeper insight and time, there are also smaller issues were help is wanted , topics open to debate and of course many languages that still remain to be translated . We are also still looking for additional long term maintainers among our frequent issue helpers.
If you are interested in helping with any of these points, we have prepared a development guide including design goals, code structure and tools that should get you started.
The next regular release will focus on user interface improvements .
This bug fix releases addresses a number of smaller issues and regressions, adds four new translations and includes updated libraries. Links in pastes now by default open in a new browser tab or window. The project information text and link is now a configuration option.
We recommend to upgrade 1.3.x instances to address these issues.
As usual, you can download the archive for a manual upgrade and can find more details in the installation instructions .
We also offer a Docker container that includes the recommended secure setup with the non-essential files and data outside of the web servers document root.
If you have enabled the fileupload setting and use a custom cspheader , please consider adding allow-downloads to the sandbox property. This lets users of the Google Chrome browser, version 83 or higher, download attachments - inline display of images, media or PDFs files was not affected by this change in Chrome's sandbox behaviour.
More details about the plans for future releases and on how you can help the project achieve them, can be found in the PrivateBin version 1.3.5 release announcements .
This bug fix releases resolves further HTML entity encoding issues, the use of custom expiration options in the email function, pasting into the password dialog on pastes with attachments and also updates the identicon library to 2.0.0, which increases the minimum required PHP version to 5.6.
We recommend to upgrade 1.3.x instances to address these issues.
As usual, you can download the archive for a manual upgrade and can find more details in the installation instructions .
We also offer a Docker container that includes the recommended secure setup with the non-essential files and data outside of the web servers document root.
More details about the plans for future releases and on how you can help the project achieve them, can be found in the PrivateBin version 1.3.4 release announcements .
This release fixes HTML entity double encoding issues introduced in version 1.3.2 of PrivateBin.
In the efforts to prevent the unencoded strings to cause XSS issues down the line in releases 1.3.2 and 1.2.2, we had some strings getting their HTML entities encoded twice. This caused some display glitches as well as preventing the URLs in paste texts to get converted to links.
This bug fix releases resolves these encoding issues, expands the XSS protection to the
Mature Women Masturbate Together
Sexy Lingerie Stocking
Spying On Mom Masturbating

Report Page