update man page

update man
This commit is contained in:
Rakholiya Jenish 2016-04-11 15:01:26 +05:30 committed by pancake
parent 2a68cea14c
commit d7b27e40f0

View File

@ -8,6 +8,7 @@
.Op Fl BdDehjrkvq
.Op Fl a Ar algorithm
.Op Fl b Ar size
.Op Fl D Ar algo
.Op Fl E Ar algo
.Op Fl s Ar string
.Op Fl i Ar iterations
@ -34,14 +35,12 @@ Select an algorithm for the hashing. Valid values are listed in: rahash2 -L
Define the block size
.It Fl c Ar hash
Compare the computed hash with this one. Allowed only when a single hash is computed.
.It Fl d
encoDe base64 string or file
.It Fl D
Decode base64 string or file
.It Fl D Ar algo
Decrypt instead of hash using the given algorithm (base64, base91, rc4, aes, xor, blowfish, rot)
.It Fl e
Use little endian to display checksums
.It Fl E Ar algo
Encrypt instead of hash using the given algorithm (rc4, aes, xor, blowfish, rot)
Encrypt instead of hash using the given algorithm ( base64, base91, rc4, aes, xor, blowfish, rot)
.It Fl i Ar iters
Apply the hash Iters times to itself+seed
.It Fl j