Imported Upstream version 3.2.0
[debian/amanda] / man / amcrypt-ossl.8
index 0e546898a4c11fa212c6a3744cc5ee41d0153547..7db4f3d5b4e07e57a87313d4b785360484cadd91 100644 (file)
@@ -1,19 +1,27 @@
+'\" t
 .\"     Title: amcrypt-ossl
-.\"    Author: 
-.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
-.\"      Date: 03/31/2008
-.\"    Manual: 
-.\"    Source: 
+.\"    Author: Kevin Till <kevin.till@zmanda.com>
+.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 <http://docbook.sf.net/>
+.\"      Date: 10/18/2010
+.\"    Manual: System Administration Commands
+.\"    Source: Amanda 3.2.0
+.\"  Language: English
 .\"
-.TH "AMCRYPT\-OSSL" "8" "03/31/2008" "" ""
+.TH "AMCRYPT\-OSSL" "8" "10/18/2010" "Amanda 3\&.2\&.0" "System Administration Commands"
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
 .ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
 .SH "NAME"
-amcrypt-ossl - crypt program for Amanda symmetric data encryption using OpenSSL
+amcrypt-ossl \- crypt program for Amanda symmetric data encryption using OpenSSL
 .SH "SYNOPSIS"
-.HP 13
+.HP \w'\fBamcrypt\-ossl\fR\ 'u
 \fBamcrypt\-ossl\fR [\-d]
 .SH "DESCRIPTION"
 .PP
@@ -21,40 +29,45 @@ amcrypt-ossl - crypt program for Amanda symmetric data encryption using OpenSSL
 \fBamcrypt\-ossl\fR
 uses
 \fBOpenSSL\fR
-to encrypt and decrypt data\. OpenSSL is available from
-\fIwww\.openssl\.org\fR\&[1]\. OpenSSL offers a wide variety of cipher choices (
+to encrypt and decrypt data\&. OpenSSL is available from
+www\&.openssl\&.org\&. OpenSSL offers a wide variety of cipher choices (
 \fBamcrypt\-ossl\fR
-defaults to 256\-bit AES) and can use hardware cryptographic accelerators on several platforms\.
+defaults to 256\-bit AES) and can use hardware cryptographic accelerators on several platforms\&.
 .PP
 
 \fBamcrypt\-ossl\fR
-will search for the OpenSSL program in the following directories: /bin:/usr/bin:/usr/local/bin:/usr/ssl/bin:/usr/local/ssl/bin\.
+will search for the OpenSSL program in the following directories: /bin:/usr/bin:/usr/local/bin:/usr/ssl/bin:/usr/local/ssl/bin\&.
 .SH "PASSPHRASE MANAGEMENT"
 .PP
 
 \fBamcrypt\-ossl\fR
-uses the same pass phrase to encrypt and decrypt data\. It is very important to store and protect the pass phrase properly\. Encrypted backup data can
+uses the same pass phrase to encrypt and decrypt data\&. It is very important to store and protect the pass phrase properly\&. Encrypted backup data can
 \fBonly\fR
-be recovered with the correct passphrase\.
+be recovered with the correct passphrase\&.
 .PP
-OpenSSL\'s key derivation routines use a salt to guard against dictionary attacks on the pass phrase; still it is important to pick a pass phrase that is hard to guess\. The Diceware method (see
-\fIwww\.diceware\.com\fR\&[2]) can be used to create passphrases that are difficult to guess and easy to remember\.
+OpenSSL\'s key derivation routines use a salt to guard against dictionary attacks on the pass phrase; still it is important to pick a pass phrase that is hard to guess\&. The Diceware method (see
+www\&.diceware\&.com) can be used to create passphrases that are difficult to guess and easy to remember\&.
 .SH "FILES"
 .PP
-/var/lib/amanda/\.am_passphrase
+/var/lib/amanda/\&.am_passphrase
 .RS 4
-File containing the pass phrase\. It should not be readable by any user other than the
-\fIAmanda\fR
-user\.
+File containing the pass phrase\&. It should not be readable by any user other than the Amanda user\&.
 .RE
 .SH "SEE ALSO"
 .PP
-
 \fBamanda\fR(8),
 \fBamanda.conf\fR(5),
 \fBopenssl\fR(1),
-\fBamcrypt-ossl-asym\fR(8),
-\fBhttp://wiki.zmanda.com\fR()
+\fBamcrypt-ossl-asym\fR(8)
+.PP
+The Amanda Wiki:
+: http://wiki.zmanda.com/
+.SH "AUTHOR"
+.PP
+\fBKevin Till\fR <\&kevin\&.till@zmanda\&.com\&>
+.RS 4
+Zmanda, Inc\&. (http://www\&.zmanda\&.com)
+.RE
 .SH "NOTES"
 .IP " 1." 4
 www.openssl.org