A wrapper library making the implementation of PGP in Java applications easy.
It also strives to provide sane defaults for secure PGP to ensure easy and secure PGP implementations in Java.
The library is provided under the 3-clause BSD License. Details see under LICENSE
The goal of this library is the provision of an easy to use PGP API which also provides sensible secure default settings. Application developers should not need to worry about security implementation details.
Further the provided simple PGP API will be identical on standard Java and Android.
- Keys were generated with GPG and used by the implementation and vice versa
- Messages encrypted by the library were decrypted using GPG and vice versa
- Signatures created by GPG were verified by the library and vice versa