Hi, I am working in a project that needs to use the AES128 algorithm in Galois/Counter mode. I am researching on how to integrate it in Android. I know that the current Android SDK supports AES by using javax.crypto.Cipher, but I could not find any support for GCM mode (not an expert in JCA/JCE though). I read that the lightweight API of Bouncy Caste (from their site) has support for GCM, but some devs have big trouble integrating it with their code because the Android SDK already contains a trimmed version of Bouncy Castle libraries (version 1.34 in my SDK). Any idea on how to solve this issue?
Thank you in advance, Sebastian. -- 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 To unsubscribe, reply using "remove me" as the subject.

