mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 20:30:58 +01:00
added support for authenticated hashes
This commit is contained in:
10
man/pcp1.pod
10
man/pcp1.pod
@@ -56,7 +56,7 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
||||
-a --armor --textmode same as -z
|
||||
|
||||
Misc Options:
|
||||
-C --checksum calculate a Blake2 checksum of one or more files.
|
||||
-C --checksum [<key>] calculate a Blake2 checksum of one or more files.
|
||||
|
||||
Arguments:
|
||||
Extra arguments after options are treated as filenames or
|
||||
@@ -195,9 +195,13 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
||||
uses stdin/stdout
|
||||
|
||||
Misc Options:
|
||||
-C --checksum Calculate a Blake2 checksum of one or more files.
|
||||
-C --checksum [<key>] Calculate a Blake2b checksum of one or more files.
|
||||
If <key> is provided, an authenticated hash will
|
||||
be calculated, otherwise a normal hash. If you don't
|
||||
want to generate an authenticated hash, specify
|
||||
-- after -C.
|
||||
Use -I to specify one file or put multiple file
|
||||
names after -C like "pcp1 -C file1 file2 file3".
|
||||
names after -C like "pcp1 -C -- file1 file2 file3".
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user