You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.reuse | 2 months ago | |
.woodpecker | 2 months ago | |
LICENSES | 1 year ago | |
config/checkstyle | 1 year ago | |
external-sop | 2 months ago | |
gradle/wrapper | 3 months ago | |
sop-java | 2 months ago | |
sop-java-picocli | 2 months ago | |
.gitignore | 1 year ago | |
CHANGELOG.md | 2 months ago | |
LICENSE | 1 year ago | |
README.md | 2 months ago | |
build.gradle | 12 months ago | |
gradlew | 5 months ago | |
gradlew.bat | 1 year ago | |
settings.gradle | 2 months ago | |
version.gradle | 2 months ago |
README.md
SOP for Java
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.
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 |