pgpainless/pgpainless-sop
Paul Schaub 56ddd5e70f
Prevent NPE in SOP when reading certificates
2021-06-11 14:38:56 +02:00
..
src Prevent NPE in SOP when reading certificates 2021-06-11 14:38:56 +02:00
README.md [pgpainless-sop] Add ./pgpainless bash wrapper script 2021-02-15 17:56:57 +01:00
build.gradle Bump picocli to 4.5.2 2020-12-22 22:02:36 +01:00
pgpainless [pgpainless-sop] Add ./pgpainless bash wrapper script 2021-02-15 17:56:57 +01:00

README.md

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

Simply use the provided ./pgpainless script to execute PGPainless' Stateless Command Line Interface.

To discover all commands use

./pgpainless help

Enjoy!