mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 04:10:57 +01:00
++ version
This commit is contained in:
10
man/pcp1.pod
10
man/pcp1.pod
@@ -8,9 +8,9 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
||||
|
||||
Usage: pcp1 [ --help | --version ]
|
||||
[ --keygen | --listkeys | --remove-key | --edit-key ]
|
||||
[ --export-public | --export-secret | --import-public | --import-secret ]
|
||||
[ --encrypt | --decrypt ]
|
||||
[ --sign | --check-signature ]
|
||||
[ --export-public | --export-secret | --import-public | --import-secret ]
|
||||
[ --encrypt | --decrypt ]
|
||||
[ --sign | --check-signature ]
|
||||
|
||||
General Options:
|
||||
-h --help Print this help message.
|
||||
@@ -42,8 +42,8 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
||||
|
||||
Signature Options:
|
||||
-g --sign Create a signature of a file.
|
||||
-c --check-signature <file> Verify a detached signature in file <file>.
|
||||
-f --sigfile <file> Write a detached signature file.
|
||||
-c --check-signature Verify a signature of a file.
|
||||
-f --sigfile <file> Write or check a detached signature file.
|
||||
|
||||
Encoding Options:
|
||||
-z --z85-encode Armor with Z85 encoding.
|
||||
|
||||
Reference in New Issue
Block a user