MYSQL is it encrypted
MYSQL is it encrypted
In the VM I download is MYSQL is the database encrypted
Re: MYSQL is it encrypted
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.
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.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Re: MYSQL is it encrypted
Thanks you can close the post
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: MYSQL is it encrypted
Closing threadbtayl wrote:Thanks you can close the post