1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-27 09:18:16 +00:00

man: update with hashfiles

This commit is contained in:
Mirek Kratochvil 2014-03-10 11:36:07 +01:00
parent 10777a8174
commit 091b4d2b20

@ -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: