mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-04-13 01:58:38 +02:00
Host javadoc on javadoc.io
This commit is contained in:
parent
2b9d92ed89
commit
36c5ec8a28
4 changed files with 8 additions and 4 deletions
|
@ -9,10 +9,10 @@ SPDX-License-Identifier: Apache-2.0
|
|||
[](https://travis-ci.com/pgpainless/pgpainless)
|
||||
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-core)
|
||||
[](https://coveralls.io/github/pgpainless/pgpainless?branch=master)
|
||||
[](https://pgpainless.org/releases/latest/javadoc/)
|
||||
[](https://tests.sequoia-pgp.org/)
|
||||
[](https://keyoxide.org/7F9116FEA90A5983936C7CFAA027DB2F3E1E118A)
|
||||
[](https://api.reuse.software/info/github.com/pgpainless/pgpainless)
|
||||
|
||||
## About
|
||||
|
||||
PGPainless aims to make using OpenPGP in Java projects as simple as possible.
|
||||
|
|
|
@ -6,6 +6,8 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# PGPainless-CLI
|
||||
|
||||
[](https://javadoc.io/doc/org.pgpainless/pgpainless-cli)
|
||||
|
||||
PGPainless-CLI is an implementation of the [Stateless OpenPGP Command Line Interface](https://tools.ietf.org/html/draft-dkg-openpgp-stateless-cli-01) specification based on PGPainless.
|
||||
|
||||
It plugs `pgpainless-sop` into `sop-java-picocli`.
|
||||
|
|
|
@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# PGPainless-Core
|
||||
|
||||
[](https://javadoc.io/doc/org.pgpainless/pgpainless-core)
|
||||
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-core)
|
||||
|
||||
Wrapper around Bouncycastle's OpenPGP implementation.
|
||||
|
||||
## Protection Against Attacks
|
||||
|
@ -50,4 +53,4 @@ It is therefore responsibility of the consumer to ensure that an attacker on the
|
|||
It is highly advised to store both secret and public keys in a secure key storage which protects against modifications.
|
||||
|
||||
Furthermore, PGPainless cannot verify key authenticity, so it is up to the application that uses PGPainless to check,
|
||||
if a key really belongs to a certain user.
|
||||
if a key really belongs to a certain user.
|
||||
|
|
|
@ -8,8 +8,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
[](https://datatracker.ietf.org/doc/html/draft-dkg-openpgp-stateless-cli-03)
|
||||
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-sop)
|
||||
[](https://pgpainless.org/releases/latest/javadoc/org/pgpainless/sop/package-summary.html)
|
||||
[](https://api.reuse.software/info/github.com/pgpainless/pgpainless)
|
||||
[](https://javadoc.io/doc/org.pgpainless/pgpainless-sop)
|
||||
|
||||
Implementation of the Stateless OpenPGP Protocol using PGPainless.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue