1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 18:59:39 +02:00

Host javadoc on javadoc.io

This commit is contained in:
Paul Schaub 2022-02-11 14:23:19 +01:00
parent 2b9d92ed89
commit 36c5ec8a28
4 changed files with 8 additions and 4 deletions

View file

@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0
# PGPainless-Core
[![javadoc](https://javadoc.io/badge2/org.pgpainless/pgpainless-core/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/pgpainless-core)
[![Maven Central](https://badgen.net/maven/v/maven-central/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.