| 1 | .TH encipher 1 "Date: 2005/03/01 01:00:00" "Wizard's Toolki" |
|---|
| 2 | .SH NAME |
|---|
| 3 | encipher \- |
|---|
| 4 | .SH SYNOPSIS |
|---|
| 5 | .TP |
|---|
| 6 | \fBencipher\fP [\fIoptions\fP] \fIplaintext\fP \fIciphertext\fP |
|---|
| 7 | .SH OVERVIEW |
|---|
| 8 | \fBEncipher\fP converts plaintext to ciphertext. |
|---|
| 9 | |
|---|
| 10 | For more information about the encipher command, point your browser to file:///usr/local/share/doc/WizardsToolkit-1.0.7/www/encipher.html or http://www.wizards-toolkit.org/script/encipher.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 encipher 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 get private key from 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 enciphering |
|---|
| 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 |
|---|
| 34 | WizardsToolkit(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 |
|---|