Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

takari/jpgp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPGP

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.

License

The library is provided under the 3-clause BSD License. Details see under LICENSE

Goal

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.

Compatibility

GPG 2.0.28 on MacOSX

  • 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