mirror of
https://github.com/privacyguides/i18n.git
synced 2025-08-26 08:09:15 +00:00
60 lines
3.3 KiB
Markdown
60 lines
3.3 KiB
Markdown
---
|
|
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
|
|
---
|
|
|
|
<small>Protects against the following threat(s):</small>
|
|
|
|
- [:material-server-network: Service Providers](basics/common-threats.md#privacy-from-service-providers){ .pg-teal }
|
|
|
|
[**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>
|
|
|
|
{ align=right }
|
|
|
|
**PrivateBin** is a minimalist, open-source online pastebin where the server has zero knowledge of pasted data. 데이터는 브라우저에서 AES-256으로 암호화/복호화됩니다. 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>
|
|
|
|
## Paaster
|
|
|
|
<div class="admonition recommendation" markdown>
|
|
|
|
{ align=right }
|
|
|
|
**Paaster** is a secure and user-friendly pastebin application that prioritizes privacy and simplicity. With end-to-end encryption and paste history, Paaster ensures that your pasted code remains confidential and accessible.
|
|
|
|
[:octicons-home-16: Homepage](https://paaster.io){ .md-button .md-button--primary }
|
|
[:octicons-eye-16:](https://paaster.io/privacy-policy){ .card-link title="Privacy Policy" }
|
|
[:octicons-info-16:](https://github.com/WardPearce/paaster#security){ .card-link title="Documentation" }
|
|
[:octicons-code-16:](https://github.com/WardPearce/paaster){ .card-link title="Source Code" }
|
|
[:octicons-heart-16:](https://github.com/sponsors/WardPearce){ .card-link title="Contribute" }
|
|
|
|
</div>
|
|
|
|
## 평가 기준
|
|
|
|
**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. 어떠한 프로젝트를 선택해 사용하기 전에, 이러한 요구 사항들을 숙지하고 여러분 스스로 조사하는 과정을 거쳐 적절한 선택을 하시기 바랍니다.
|
|
|
|
### 최소 요구 사항
|
|
|
|
- 오픈 소스여야 합니다.
|
|
- 'Zero Trust' 종단 간 암호화를 구현해야 합니다.
|
|
- 파일을 비밀번호로 보호하는 기능을 지원해야 합니다
|
|
|
|
### 우대 사항
|
|
|
|
평가 기준에서 '우대 사항'은 해당 부문에서 완벽한 프로젝트에 기대하는 바를 나타냅니다. 다음의 우대 사항에 해당하지 않더라도 권장 목록에 포함될 수 있습니다. 단, 우대 사항에 해당할수록 이 페이지의 다른 항목보다 높은 순위를 갖습니다.
|
|
|
|
- 평판이 좋은 독립적인 제3자로부터 공개 감사를 받아야 합니다.
|