-
-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update!: Create separate page for Pastebins (#2598)
Signed-off-by: Daniel Gray <[email protected]>
- Loading branch information
Showing
6 changed files
with
50 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: "Pastebins" | ||
icon: material/content-paste | ||
description: These tools allow you to have full control of any pasted data you share to other parties. | ||
cover: pastebins.webp | ||
--- | ||
[**Pastebins**](https://en.wikipedia.org/wiki/Pastebin) are online services most commonly used to share large blocks of code in a convenient and efficient manner. The pastebins listed here employ client-side encryption and password protection for pasted content; both of these features prevent the website or server operator from reading or accessing the contents of any paste. | ||
|
||
## PrivateBin | ||
|
||
<div class="admonition recommendation" markdown> | ||
|
||
![PrivateBin logo](assets/img/pastebins/privatebin.svg){ align=right } | ||
|
||
**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-bit AES. It is the improved version of ZeroBin. | ||
|
||
[:octicons-home-16: Homepage](https://privatebin.info){ .md-button .md-button--primary } | ||
[:octicons-server-16:](https://privatebin.info/directory){ .card-link title="Public Instances"} | ||
[:octicons-info-16:](https://github.com/PrivateBin/PrivateBin/wiki/FAQ){ .card-link title=Documentation} | ||
[:octicons-code-16:](https://github.com/PrivateBin/PrivateBin){ .card-link title="Source Code" } | ||
|
||
</div> | ||
|
||
## Criteria | ||
|
||
**Please note we are not affiliated with any of the projects we recommend.** In addition to [our standard criteria](about/criteria.md), we have developed a clear set of requirements to allow us to provide objective recommendations. We suggest you familiarize yourself with this list before choosing to use a project, and conduct your own research to ensure it's the right choice for you. | ||
|
||
### Minimum Requirements | ||
|
||
- Must be open source. | ||
- Must implement "zero-trust" end-to-end encryption. | ||
- Must support password-protected files. | ||
|
||
### Best-Case | ||
|
||
Our best-case criteria represents what we would like to see from the perfect project in this category. Our recommendations may not include any or all of this functionality, but those which do may rank higher than others on this page. | ||
|
||
- Should have a published audit from a reputable, independent third-party. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
theme/assets/img/productivity/privatebin.svg → theme/assets/img/pastebins/privatebin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.