1XBCRYPT(1) Percona XtraBackup XBCRYPT(1)
2
3
4
6 xbcrypt - Percona xbcrypt Documentation
7
8 To support encryption and decryption of the backups, a new tool xbcrypt
9 was introduced to Percona XtraBackup.
10
11 This utility has been modeled after xbstream_binary to perform encryp‐
12 tion and decryption outside of Percona XtraBackup. Xbcrypt has follow‐
13 ing command line options:
14
15 -d, --decrypt
16 Decrypt data input to output.
17
18 -i, --input=name
19 Optional input file. If not specified, input will be read from
20 standard input.
21
22 -o, --output=name
23 Optional output file. If not specified, output will be written
24 to standard output.
25
26 -a, --encrypt-algo=name
27 Encryption algorithm.
28
29 -k, --encrypt-key=name
30 Encryption key.
31
32 -f, --encrypt-key-file=name
33 File which contains encryption key.
34
35 -s, --encrypt-chunk-size=#
36 Size of working buffer for encryption in bytes. The default
37 value is 64K.
38
39 -v, --verbose
40 Display verbose status output.
41
43 Percona LLC and/or its affiliates
44
46 2009-2019, Percona LLC and/or its affiliates
47
48
49
50
512.3.5 Oct 03, 2019 XBCRYPT(1)