Decrypting an AES encryted column in mysql and adobe flex/flash builder?
- by user345593
How do i decrypt an aes encryted column when using flash/flex to display the table data?
adobe flex connected using php connection class to mysql
for php, we would use aes_decrypt()
however i am not sure how i can get flex to do this.