MySQL Forums
Forum List  »  Security

AES_ENCRYPT Mode
Posted by: Ashley Sewell
Date: December 03, 2006 07:31PM

I am looking to use the AES_ENCRYPT function to store private user data. In my research I have found that block cyphers such as AES should be run in Cipher-block chaining (CBC) mode if you are planning to use the same key more than once.

Which modes are available in MySQL and is there an option to parse an Initialization Vector (IV)?

Ref: http://en.wikipedia.org/wiki/Block_cipher_mode_of_operation.

Thanks,

Ashley

Options: ReplyQuote


Subject
Views
Written By
Posted
AES_ENCRYPT Mode
3927
December 03, 2006 07:31PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.