Update sop.md

This commit is contained in:
Paul Schaub 2022-04-27 20:00:41 +02:00
parent c062674cd0
commit 47f3758bb0
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 3 additions and 1 deletions

4
sop.md
View File

@ -5,6 +5,8 @@ The [Stateless OpenPGP Protocol (SOP)](https://datatracker.ietf.org/doc/draft-dk
While the aforementioned document specifies a command line interface, shelling out to a CLI is not an ideal way of incorporating functionality into an application.
A dedicated Java API is easier to consume and less error prone.
For that reason, `sop-java` was created as a general definition of such API. `sop-java` itself does not have any dependencies on cryptographic libraries, so it is possible to
For that reason, [`sop-java`](sop-java.html) was created as a general definition of such API.
## Command Line Application
If instead of a Java API you need a CLI application, take a look at `pgpainless-cli`. If you want to create your own SOP CLI application, check out [`sop-java-picocli`](sop-java-picocli.html).