mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
Small README fixes
This commit is contained in:
parent
f05be3dc30
commit
3de69b83e7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
PGPainless aims to make using OpenPGP in Java projects as simple as possible.
|
||||
It does so by introducing an intuitive Builder structure, which allows easy
|
||||
setup of encryptionOptions / decryption operations, as well as straight forward key generation.
|
||||
setup of encryption/decryption operations, as well as straight forward key generation.
|
||||
|
||||
PGPainless is based around the Bouncycastle java library and can be used on Android down to API level 10.
|
||||
It can be configured to either use the Java Cryptographic Engine (JCE), or Bouncycastles lightweight reimplementation.
|
||||
|
|
Loading…
Reference in a new issue