Secure MySQL encryption

suggest change

The default encryption aes-128-ecb uses Electronic Codebook (ECB) mode, which is insecure and should never be used. Instead, add the following to your configuration file:

block_encryption_mode = aes-256-cbc

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents