AES_ENCRYPT() and AES_DECRYPT() with other than ECB mode?

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?

Answer Answered by Ian Gilfillan in this comment.

MDEV-9069 is scheduled for MariaDB 10.2.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.