Imported Upstream version 2.5.1
[debian/amanda] / man / amcrypt-ossl.8
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "AMCRYPT-OSSL" 8 "" "" ""
21 .SH "NAME"
22 amcrypt-ossl - crypt program for Amanda symmetric data encryption using OpenSSL
23 .SH "SYNOPSIS"
24 .HP 13
25 \fBamcrypt-ossl\fR [-d]
26 .SH "DESCRIPTION"
27 .PP
28 \fBamcrypt-ossl\fR
29 uses
30 \fBOpenSSL\fR
31 to encrypt and decrypt data. OpenSSL is available from
32 www.openssl.org. OpenSSL offers a wide variety of cipher choices (
33 \fBamcrypt-ossl\fR
34 defaults to 256-bit AES) and can use hardware cryptographic accelerators on several platforms.
35 .PP
36 \fBamcrypt-ossl\fR
37 will search for the OpenSSL program in the following directories: /bin:/usr/bin:/usr/local/bin:/usr/ssl/bin:/usr/local/ssl/bin.
38 .SH "PASSPHRASE MANAGEMENT"
39 .PP
40 \fBamcrypt-ossl\fR
41 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
42 \fBonly\fR
43 be recovered with the correct passphrase.
44 .PP
45 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
46 www.diceware.com) can be used to create passphrases that are difficult to guess and easy to remember.
47 .SH "FILES"
48 .TP
49 /var/lib/amanda/.am_passphrase
50 File containing the pass phrase. It should not be readable by any user other than the
51 \fBAmanda\fR
52 user.
53 .SH "SEE ALSO"
54 .PP
55 \fBamanda\fR(8),
56 \fBamanda.conf\fR(5),
57 \fBopenssl\fR(1),
58 \fBamcrypt-ossl-asym\fR(8)
59