MySQL AES_ENCRYPT string key length
In MySQL there are builtin AES_ENCRYPT() and AES_DECRYPT() functions which take the form of:
AES_ENCRYPT(str, key_str)
What length is required for the key_str argument? Can it be variable? What is the minimum and maximum s… Continue reading MySQL AES_ENCRYPT string key length