Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can some one help with how to Encryption/Decryption a column data with AES/CBC/PKCS5Padding algorithm in TOS DI?
You will have to write your own routine for this. You should be able to pretty much copy the answer to this question in your routine.....
https://codereview.stackexchange.com/questions/85396/encrypting-a-string-using-aes-cbc-pkcs5padding
Having said that, you may want to rework it to make the methods static to save on memory when you use it with thousands of rows of data.