mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Switch to version agnostic SOP spec URLs
This commit is contained in:
parent
4e74fc6aa3
commit
33c8e5edc5
3 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||
[](https://javadoc.io/doc/org.pgpainless/sop-java-picocli)
|
||||
[](https://search.maven.org/artifact/org.pgpainless/sop-java-picocli)
|
||||
|
||||
Implementation of the [Stateless OpenPGP Command Line Interface](https://tools.ietf.org/html/draft-dkg-openpgp-stateless-cli-01) specification.
|
||||
Implementation of the [Stateless OpenPGP Command Line Interface](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/) specification.
|
||||
This terminal application allows generation of OpenPGP keys, extraction of public key certificates,
|
||||
armoring and de-armoring of data, as well as - of course - encryption/decryption of messages and creation/verification of signatures.
|
||||
|
||||
|
@ -34,4 +34,4 @@ java -jar sop-java-picocli-XXX.jar help
|
|||
If you just want to get started encrypting messages, see the module `pgpainless-cli` which initializes
|
||||
`sop-java-picocli` with `pgpainless-sop`, so you can get started right away without the need to manually wire stuff up.
|
||||
|
||||
Enjoy!
|
||||
Enjoy!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue