pgpainless/docs/source/index.rst

38 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2022-07-06 23:56:41 +02:00
PGPainless - Painless OpenPGP
=============================
2022-07-12 08:49:30 +02:00
**OpenPGP** (`RFC 4480 <https://datatracker.ietf.org/doc/rfc4880/>`_) is an Internet Standard mostly used for email
encryption.
2022-07-06 23:56:41 +02:00
It provides mechanisms to ensure *confidentiality*, *integrity* and *authenticity* of messages.
2022-07-12 08:49:30 +02:00
However, OpenPGP can also be used for other purposes, such as secure messaging or as a signature mechanism for
software distribution.
2022-07-06 23:56:41 +02:00
2022-07-12 08:49:30 +02:00
**PGPainless** strives to improve the (currently pretty dire) state of the ecosystem of Java libraries and tooling
for OpenPGP.
2022-07-06 23:56:41 +02:00
The library focuses on being easy and intuitive to use without getting into your way.
2022-07-12 08:49:30 +02:00
Common functions such as creating keys, encrypting data, and so on are implemented using a builder structure that
guides you through the necessary steps.
2022-07-06 23:56:41 +02:00
2022-07-12 08:49:30 +02:00
Internally, it is based on `Bouncy Castles <https://www.bouncycastle.org/java.html>`_ mighty, but low-level ``bcpg``
OpenPGP API.
PGPainless' goal is to empower you to use OpenPGP without needing to write all the boilerplate code required by
Bouncy Castle.
2022-07-06 23:56:41 +02:00
It aims to be secure by default while allowing customization if required.
2022-09-05 13:56:29 +02:00
From its inception in 2018 as part of a `Google Summer of Code project <https://summerofcode.withgoogle.com/archive/2018/projects/6037508810866688>`_,
the library was steadily advanced.
Since 2020, FlowCrypt is the primary sponsor of its development.
In 2022, PGPainless received a `grant from NLnet for creating a Web-of-Trust implementation <https://nlnet.nl/project/PGPainless/>`_ as part of NGI Assure.
2022-07-06 23:56:41 +02:00
Contents
--------
.. toctree::
ecosystem.md
2022-07-08 00:21:40 +02:00
quickstart.md
2022-07-08 18:57:03 +02:00
pgpainless-cli/usage.md
2022-07-06 23:56:41 +02:00
sop.md
2022-07-11 16:11:40 +02:00
pgpainless-core/indepth.rst