Imported Upstream version 2.6.0p1
[debian/amanda] / man / amcrypt-ossl.8
1 .\"     Title: amcrypt-ossl
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4 .\"      Date: 05/14/2008
5 .\"    Manual: 
6 .\"    Source: 
7 .\"
8 .TH "AMCRYPT\-OSSL" "8" "05/14/2008" "" ""
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 amcrypt-ossl - crypt program for Amanda symmetric data encryption using OpenSSL
15 .SH "SYNOPSIS"
16 .HP 13
17 \fBamcrypt\-ossl\fR [\-d]
18 .SH "DESCRIPTION"
19 .PP
20
21 \fBamcrypt\-ossl\fR
22 uses
23 \fBOpenSSL\fR
24 to encrypt and decrypt data\. OpenSSL is available from
25 \fIwww\.openssl\.org\fR\&[1]\. OpenSSL offers a wide variety of cipher choices (
26 \fBamcrypt\-ossl\fR
27 defaults to 256\-bit AES) and can use hardware cryptographic accelerators on several platforms\.
28 .PP
29
30 \fBamcrypt\-ossl\fR
31 will search for the OpenSSL program in the following directories: /bin:/usr/bin:/usr/local/bin:/usr/ssl/bin:/usr/local/ssl/bin\.
32 .SH "PASSPHRASE MANAGEMENT"
33 .PP
34
35 \fBamcrypt\-ossl\fR
36 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
37 \fBonly\fR
38 be recovered with the correct passphrase\.
39 .PP
40 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
41 \fIwww\.diceware\.com\fR\&[2]) can be used to create passphrases that are difficult to guess and easy to remember\.
42 .SH "FILES"
43 .PP
44 /var/lib/amanda/\.am_passphrase
45 .RS 4
46 File containing the pass phrase\. It should not be readable by any user other than the
47 \fIAmanda\fR
48 user\.
49 .RE
50 .SH "SEE ALSO"
51 .PP
52
53 \fBamanda\fR(8),
54 \fBamanda.conf\fR(5),
55 \fBopenssl\fR(1),
56 \fBamcrypt-ossl-asym\fR(8),
57 \fI\%http://wiki.zmanda.com\fR
58 .SH "NOTES"
59 .IP " 1." 4
60 www.openssl.org
61 .RS 4
62 \%http://www.openssl.org/
63 .RE
64 .IP " 2." 4
65 www.diceware.com
66 .RS 4
67 \%http://www.diceware.com/
68 .RE