1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-23 20:14:49 +02:00
pgpainless/pgpainless-sop
2021-02-19 21:18:08 +01:00
..
src sop: Do not swallow EOFExceptions and return 29 instead 2021-02-19 21:18:08 +01:00
build.gradle Bump picocli to 4.5.2 2020-12-22 22:02:36 +01:00
README.md Add README for sop module 2021-01-03 17:45:05 +01:00

PGPainless-SOP

PGPainless-SOP is an implementation of the Stateless OpenPGP Command Line Interface specification based on PGPainless.

Build

To build an executable, gradle jar should be sufficient. The resulting jar file can be found in pgpainless-sop/build/libs/.

Execute

You can now use the jar file like described in the stateless OpenPGP cli document.

An example call may look like this:

java -jar pgpainless-sop-X.X.X.jar generate-key "Alice <alice@wonderland.lit>"

To discover all commands use

java -jar pgpainless-sop-X.X.X.jar help

Enjoy!