pgpainless/pgpainless-sop
Paul Schaub 6a90c4303e
OpenPgpMetadat: identify verified sigs by SubkeyIdentifier
2021-07-04 13:08:24 +02:00
..
src OpenPgpMetadat: identify verified sigs by SubkeyIdentifier 2021-07-04 13:08:24 +02:00
README.md [pgpainless-sop] Add ./pgpainless bash wrapper script 2021-02-15 17:56:57 +01:00
build.gradle Only create version.properties in pgpainless-sop 2021-06-24 19:20:09 +02: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!