mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
changed detach sig verification commandline (-a => -f <file>)
This commit is contained in:
@@ -112,7 +112,11 @@ be Z85 encoded.
|
||||
|
||||
Example:
|
||||
|
||||
pcp1 -g -I message.txt -O message.asc -g --detach
|
||||
pcp1 -g -I message.txt -O -g --sigfile message.sig
|
||||
|
||||
Verification by recipient:
|
||||
|
||||
pcp -c -f message.sig -I message.txt
|
||||
|
||||
=back
|
||||
|
||||
|
||||
14
man/pcp1.1
14
man/pcp1.1
@@ -124,7 +124,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "PCP1 1"
|
||||
.TH PCP1 1 "2014-01-27" "PCP 0.2.0" "USER CONTRIBUTED DOCUMENTATION"
|
||||
.TH PCP1 1 "2014-01-28" "PCP 0.2.0" "USER CONTRIBUTED DOCUMENTATION"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
@@ -231,11 +231,11 @@ Pretty Curved Privacy \- File encryption using eliptic curve cryptography.
|
||||
\& the file specified with \-I (or stdin).
|
||||
\& The public key required for this must
|
||||
\& exist in your vault file.
|
||||
\& \-a \-\-detach Write a detached signature file, which doesn\*(Aqt
|
||||
\& \-f \-\-sigfile <file> Write a detached signature file, which doesn\*(Aqt
|
||||
\& contain the original content. Output will be
|
||||
\& z85 encoded always. To verify, you need to
|
||||
\& specify the original file to be verified
|
||||
\& against using \-I as well (plus \-a).
|
||||
\& against using \-I as well (plus \-f <sigfile>).
|
||||
\&
|
||||
\& Encoding Options:
|
||||
\& \-z \-\-z85\-encode Encode something to Z85 encoding. Use
|
||||
@@ -436,7 +436,13 @@ be Z85 encoded.
|
||||
Example:
|
||||
.Sp
|
||||
.Vb 1
|
||||
\& pcp1 \-g \-I message.txt \-O message.asc \-g \-\-detach
|
||||
\& pcp1 \-g \-I message.txt \-O \-g \-\-sigfile message.sig
|
||||
.Ve
|
||||
.Sp
|
||||
Verification by recipient:
|
||||
.Sp
|
||||
.Vb 1
|
||||
\& pcp \-c \-f message.sig \-I message.txt
|
||||
.Ve
|
||||
.SH "SIGNED ENCRYPTION"
|
||||
.IX Header "SIGNED ENCRYPTION"
|
||||
|
||||
10
man/pcp1.pod
10
man/pcp1.pod
@@ -103,11 +103,11 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
||||
the file specified with -I (or stdin).
|
||||
The public key required for this must
|
||||
exist in your vault file.
|
||||
-a --detach Write a detached signature file, which doesn't
|
||||
-f --sigfile <file> Write a detached signature file, which doesn't
|
||||
contain the original content. Output will be
|
||||
z85 encoded always. To verify, you need to
|
||||
specify the original file to be verified
|
||||
against using -I as well (plus -a).
|
||||
against using -I as well (plus -f <sigfile>).
|
||||
|
||||
Encoding Options:
|
||||
-z --z85-encode Encode something to Z85 encoding. Use
|
||||
@@ -303,7 +303,11 @@ be Z85 encoded.
|
||||
|
||||
Example:
|
||||
|
||||
pcp1 -g -I message.txt -O message.asc -g --detach
|
||||
pcp1 -g -I message.txt -O -g --sigfile message.sig
|
||||
|
||||
Verification by recipient:
|
||||
|
||||
pcp -c -f message.sig -I message.txt
|
||||
|
||||
=back
|
||||
|
||||
|
||||
Reference in New Issue
Block a user