pgpainless/pgpainless-cli
Paul Schaub 86c7229172 Do not reject bnacksig signatures when they predate subkey binding date
Fixes #334

SOP verify: force data to be non-openpgp data

Update changelog

SOP: Unify key/certificate reading code

Fix key/password matching in SOPs detached sign command

Rework CLI tests

update changelog

PGPainless 1.3.11

PGPainless 1.3.12-SNAPSHOT

Merge branch 'release/1.3'
2022-11-23 20:42:17 +01:00
..
packaging/man Update man page documentation 2022-11-06 15:08:07 +01:00
src Do not reject bnacksig signatures when they predate subkey binding date 2022-11-23 20:42:17 +01:00
README.md cli: Use dedicated shadow plugin for building fat jar 2022-07-08 18:26:45 +02:00
build.gradle cli: Use dedicated shadow plugin for building fat jar 2022-07-08 18:26:45 +02:00
pgpainless-cli Reuse compliance 2021-10-07 16:28:31 +02:00
rewriteManPages.sh Add manpages, script to generate manpages 2022-08-08 00:23:58 +02:00

README.md

PGPainless-CLI

javadoc

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

It plugs pgpainless-sop into sop-java-picocli.

Build

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

Execute

The jar file produced in the step above is executable as is.

java -jar pgpainless-cli-XXX-all.jar help

Alternatively you can use the provided ./pgpainless-cli script to directly build and execute PGPainless' Stateless Command Line Interface from within Gradle.

To discover all available commands use

./pgpainless-cli help

Enjoy!