Stateless OpenPGP Protocol API and CLI for Java
Go to file
Paul Schaub 34d271b07a
SOP-Java 4.1.2
2023-11-22 17:28:15 +01:00
.reuse CI: Test external-sop against sqop 2023-01-22 17:07:17 +01:00
.woodpecker Allow for extension of test suite from 3rd party SOP implementations 2023-01-31 18:20:27 +01:00
LICENSES Restore reuse compliance 2022-01-15 14:45:13 +01:00
config/checkstyle Initial commit 2022-01-11 13:46:05 +01:00
external-sop Improve comment on external-sop/build.gradle 2023-01-31 18:40:38 +01:00
gradle/wrapper Bump gradlew to 7.5 2023-01-05 01:42:31 +01:00
sop-java Enable tests only if test backends are available 2023-01-31 18:35:48 +01:00
sop-java-picocli decrypt --verify-with: Do not throw NoSignature if verifications is empty 2023-11-22 17:21:54 +01:00
.gitignore Initial commit 2022-01-11 13:46:05 +01:00
CHANGELOG.md SOP-Java 4.1.2 2023-11-22 17:28:15 +01:00
LICENSE Add LICENSE 2022-01-11 15:25:59 +01:00
README.md Update README 2023-01-13 18:53:14 +01:00
build.gradle Move junit version to version.gradle 2022-04-11 12:43:22 +02:00
gradlew Bump gradlew to 7.2 2022-11-07 01:18:51 +01:00
gradlew.bat Initial commit 2022-01-11 13:46:05 +01:00
settings.gradle Rename module to external-sop and make backend in tests configurable 2023-01-13 18:53:14 +01:00
version.gradle SOP-Java 4.1.2 2023-11-22 17:28:15 +01:00

README.md

SOP for Java

status-badge Spec Revision: 4 Coverage Status REUSE status

The Stateless OpenPGP Protocol specification defines a generic stateless CLI for dealing with OpenPGP messages. Its goal is to provide a minimal, yet powerful API for the most common OpenPGP related operations.

Packaging status Maven Central

Modules

The repository contains the following modules:

  • sop-java defines a set of Java interfaces describing the Stateless OpenPGP Protocol.
  • sop-java-picocli contains a wrapper application that transforms the sop-java API into a command line application compatible with the SOP-CLI specification.

Known Implementations

(Please expand!)

Project Description
pgpainless-sop Implementation of sop-java using PGPainless
external-sop Implementation of sop-java that allows binding to external SOP binaries such as sqop

Implementations in other languages

Project Language
sop-rs Rust
SOP for python Python