1AMCRYPT-OSSL(8) System Administration Commands AMCRYPT-OSSL(8)
2
3
4
6 amcrypt-ossl - crypt program for Amanda symmetric data encryption using
7 OpenSSL
8
10 amcrypt-ossl [-d]
11
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
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
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
40 amanda(8), amanda.conf(5), openssl(1), amcrypt-ossl-asym(8)
41
42 The Amanda Wiki: : http://wiki.zmanda.com/
43
45 Kevin Till <kevin.till@zmanda.com>
46 Zmanda, Inc. (http://www.zmanda.com)
47
49 1. www.openssl.org
50 http://www.openssl.org/
51
52 2. www.diceware.com
53 http://www.diceware.com/
54
55
56
57Amanda 3.5.1 12/01/2017 AMCRYPT-OSSL(8)