← Back to team overview

maria-discuss team mailing list archive

New Question: AES_ENCRYPT() and AES_DECRYPT() with other than ECB mode?

 

Hello,

A new question has been asked in "MariaDB Community" by w3goodies.com_64477. Please answer it at http://mariadb.com/kb/en/aes_encrypt-and-aes_decrypt-with-other-than-ecb-mode/ as the person asking the question may not be subscribed to the mailing list.

--------------------------------
Since MySQL 5.6.17, MySQL supports block_encryption_mode to change encryption mode from ECB to other modes like 256-CBC
http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_block_encryption_mode

I think MariaDB currently only supports 128-ECB for AES_ENCRYPT() and AES_DECRYPT(), will there be update in MariaDB to merge this block_encryption_mode feature any soon?
--------------------------------

To view or answer this question please visit: http://mariadb.com/kb/en/aes_encrypt-and-aes_decrypt-with-other-than-ecb-mode/