Hi friends, i am implementing json data decryption in android using AES-256, ECB mode. In these server implementation is done in php using Rijndael encryption* with 24 digit key and 32 digit initial vector,ECB mode.If i implement with this key and initial vector in client i got Exceptions saying ECB mode doesn't support IV(initial vector),If i change ECB mode to CBC mode it is saying "IV length must be 16 bytes o*nly."
Please guide me how can i decrypt data in android using AES-256 algoritham. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

