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.
|
1 week ago | |
---|---|---|
.reuse | 2 weeks ago | |
.woodpecker | 2 weeks ago | |
LICENSES | 7 months ago | |
config/checkstyle | 7 months ago | |
gradle/wrapper | 7 months ago | |
sop-java | 2 months ago | |
sop-java-picocli | 1 week ago | |
.gitignore | 7 months ago | |
CHANGELOG.md | 2 weeks ago | |
LICENSE | 7 months ago | |
README.md | 2 weeks ago | |
build.gradle | 4 months ago | |
gradlew | 7 months ago | |
gradlew.bat | 7 months ago | |
settings.gradle | 7 months ago | |
version.gradle | 2 weeks 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 |
Implementations in other languages
Project | Language |
---|---|
sop-rs | Rust |
SOP for python | Python |