mariadb-aes256
Description:
MariaDB에서 AES 128/192/256 encryption을 지원하는 UDF(User defined function) 제공
Features:
AES 128 encrypt and decrypt
key length : 16byte
If the length of the key is 16byte, AES256_ENCRYPT will operate in the same way as AES_ENCRYPT.
AES 192 encrypt and decrypt
key length : 24byte
AES 256 encrypt and decrypt
key length : 32byte
Reference:
Dependencies:
Sub Packages:
Releated Packages:
Last updated