Page 1 of 1

MYSQL is it encrypted

Posted: Thu Feb 18, 2021 10:20 am
by btayl
In the VM I download is MYSQL is the database encrypted

Re: MYSQL is it encrypted

Posted: Thu Feb 18, 2021 2:54 pm
by dchurch
I'm not entirely certain what you're asking, but I'll try to answer as best I can.

The database is not by default encrypted. MySQL does support encryption of individual tables, outlined here. The cost in CPU cycles to encrypt the database is high, therefore for performance reasons, the database is left unencrypted.

The file system in the VMware images we provide do not use an encrypted file system, nor are they set up to do MySQL table encryption.

The password storage mechanism in Nagios XI is standard Bcrypt with 10 rounds, salted. Read more about Bcrypt here.

Re: MYSQL is it encrypted

Posted: Mon Feb 22, 2021 7:24 am
by btayl
Thanks you can close the post

Re: MYSQL is it encrypted

Posted: Mon Feb 22, 2021 8:28 am
by scottwilkerson
btayl wrote:Thanks you can close the post
Closing thread