mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-16 04:32:05 +01:00
2.1 KiB
2.1 KiB
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.
sop-java
defines a set of Java interfaces describing said API.
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 |