1AMCRYPT-OSSL(8)         System Administration Commands         AMCRYPT-OSSL(8)
2
3
4

NAME

6       amcrypt-ossl - crypt program for Amanda symmetric data encryption using
7       OpenSSL
8

SYNOPSIS

10       amcrypt-ossl [-d]
11

DESCRIPTION

13       amcrypt-ossl uses OpenSSL to encrypt and decrypt data. OpenSSL is
14       available from www.openssl.org. OpenSSL offers a wide variety of cipher
15       choices ( amcrypt-ossl defaults to 256-bit AES) and can use hardware
16       cryptographic accelerators on several platforms.
17
18       amcrypt-ossl will search for the OpenSSL program in the following
19       directories:
20       /bin:/usr/bin:/usr/local/bin:/usr/ssl/bin:/usr/local/ssl/bin.
21

PASSPHRASE MANAGEMENT

23       amcrypt-ossl uses the same pass phrase to encrypt and decrypt data. It
24       is very important to store and protect the pass phrase properly.
25       Encrypted backup data can only be recovered with the correct
26       passphrase.
27
28       OpenSSLĀ“s key derivation routines use a salt to guard against
29       dictionary attacks on the pass phrase; still it is important to pick a
30       pass phrase that is hard to guess. The Diceware method (see
31       www.diceware.com) can be used to create passphrases that are difficult
32       to guess and easy to remember.
33

FILES

35       /var/lib/amanda/.am_passphrase
36           File containing the pass phrase. It should not be readable by any
37           user other than the Amanda user.
38

SEE ALSO

40       amanda(8), amanda.conf(5), openssl(1), amcrypt-ossl-asym(8), :
41       http://wiki.zmanda.com
42

AUTHOR

44       Kevin Till <kevin.till@zmanda.com>
45           Zmanda, Inc. (http://www.zmanda.com)
46

NOTES

48        1. www.openssl.org
49           http://www.openssl.org/
50
51        2. www.diceware.com
52           http://www.diceware.com/
53
54
55
56Amanda 2.6.1p2                    11/05/2009                   AMCRYPT-OSSL(8)
Impressum