Document maxpasswd encryption algorithm

Documented the maxpasswd encryption algorithm in the configuration guide.
This commit is contained in:
Markus Mäkelä 2018-05-16 01:10:46 +03:00
parent 84ac115af8
commit ca0f37a4c0
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -1550,7 +1550,7 @@ Passwords stored in the maxscale.cnf file may optionally be encrypted for added
This is done by creation of an encryption key on installation of MariaDB MaxScale.
Encryption keys may be created manually by executing the maxkeys utility with the argument
of the filename to store the key. The default location MariaDB MaxScale stores
the keys is `/var/lib/maxscale`.
the keys is `/var/lib/maxscale`. The passwords are encrypted using 256-bit AES CBC encryption.
```
# Usage: maxkeys [PATH]