Skip to content

Java Swing GUI wrapping the PGP function provided by Legion of the Bouncy Castle

License

Notifications You must be signed in to change notification settings

hoddmimes/PGP-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PGP-GUI

GUI wrapping the PGP function provided by Legion of the Bouncy Castle

The program allows you to encrypt/sign/decrypt text messages and files using asymmetric PGP keys.

The program can read and manage GnuPG keys if GnuPG is installed. But the program also maintains its own secret and public key files and having GnuPG installed is optional.

Features

  • Encrypt
  • Decrypt
  • PGP signing
  • Key management

See About Page for details.

Build

Execute mvn package and the resulted app jar will be built in the /target/ folder. You can start it with:

java -jar target/pgpgui-1.1-SNAPSHOT-jar-with-dependencies.jar

About

Java Swing GUI wrapping the PGP function provided by Legion of the Bouncy Castle

Resources

License

Stars

Watchers

Forks

Packages

No packages published