How is algorithm encryption provided by MariaDB in RHSCL ?
Issue
MariaDBuses key of 256-bit to encrypt withAESalgorithm. Infile_key_management_filenamesystem variable , 128-bit, 192-bit or 256-bit keys are supported. But infile_key_management_encryption_algorithmsystem variable, if the value is set toAES_CBC, the plugin will useAESwith 128-bit keys in theCBCmode. 128-bit key is length ofblockuse inCBCmode. So which 128-bit key is used for 256-bit key length ?
Environment
Red Hat Software Collections 2.1
Red Hat Enterprise Linux 7
MariaDB 10.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.