root/WizardsToolkit/trunk/utilities/decipher.1

Revision 259, 1.9 KB (checked in by cristy, 8 weeks ago)
Line 
1.TH decipher 1 "Date: 2005/03/01 01:00:00" "Wizard's Toolkit"
2.SH NAME
3decipher \-
4.SH SYNOPSIS
5.TP
6\fBdecipher\fP [\fIoptions\fP] \fIciphertext\fP \fIplaintext\fP
7.SH OVERVIEW
8\fBDecipher\fP converts ciphertext to plaintext.
9
10For more information about the decipher command, point your browser to file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/decipher.html or http://www.wizards-toolkit.org/script/decipher.php.
11.SH DESCRIPTION
12  -authenticate method authenticate with this method: Secret or Public
13  -chunksize bytes     number of bytes in a chunk
14  -cipher type         cipher to decipher content
15  -debug events        display copious debugging information
16  -(de)compress        automagically (de)compress BZIP and ZIP files
17  -entropy type        increase content entropy
18  -help                print program options
19  -hmac hash           ensure message integrity with this hash
20  -key hash            strengthen the key with this hash
21  -key-length value    cipher key length in bits: 256, 512, 1024, or 2048
22  -keyring filename    add private key to this keyring
23  -level value         entropy level: 1 (less entropy) to 9 (more entropy)
24  -list type           print a list of supported option arguments
25  -log format          format of debugging information
26  -mode type           mode of deciphering
27  -passphrase filename get the passphrase from this file
28  -properties filename cipher properties to/from this file
29  -random hash         strengthen random data with this hash
30  -true-random         strengthen enciphering with true random numbers
31  -verbose             print detailed information about the secure content
32  -version             print version information
33.SH SEE-ALSO
34WizardsToolkit(1)
35
36.SH COPYRIGHT
37
38\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/license.php or http://www.wizards-toolkit.org/script/license.php\fP
Note: See TracBrowser for help on using the browser.