Decrypting AES encrypted column in mysql and Adobe Flex / Flash Builder?

How to decrypt aes encrypted column when using flash / flex to display table data? adobe flex related using php to mysql connection class

for php, we will use aes_decrypt () however I am not sure how I can get flex to do this.

+2


a source to share


1 answer


Nothing is built into ActionScript, but look at one of these two libraries:

http://as3crypto.riaforge.org/index.cfm



http://ascrypt3.riaforge.org/index.cfm

I first recommend the as3Crypto library as it was built from the ground up in AS3. ASCrypt3 has been converted from AS2 library to AS3 (for me).

+1


a source







All Articles