man: update with hashfiles
This commit is contained in:
parent
10777a8174
commit
091b4d2b20
14
man/ccr.1
14
man/ccr.1
|
@ -101,6 +101,20 @@ verifying, read the detached signature from \fIfile\fR. Note that files that is
|
|||
being signed or verified must be put into program's input (potentially using
|
||||
"-R" option.
|
||||
|
||||
.TP
|
||||
\fB\-S\fR, \fB\-\-symmetric\fR <\fIfile\fR>
|
||||
Use symmetric cryptography.
|
||||
|
||||
When doing "sign" or "verify" operation, do not sign asymmetrically, but
|
||||
instead generate \fIfile\fR with cryptographic hashes that can later be used to
|
||||
verify if the contents of input was changed.
|
||||
|
||||
Purpose of the \fB\-\-symmetric\fR option is that symmetric cryptography is a
|
||||
lot faster than asymmetric, and symmetric primitives usually work also on very
|
||||
large files and data streams. If working with a large file, process it
|
||||
symetrically, then process the \fIfile\fR asymetrically and send it along with
|
||||
the large file.
|
||||
|
||||
.SS
|
||||
Key management:
|
||||
|
||||
|
|
Loading…
Reference in a new issue