6
votes
1answer
2k views

AES decryption on Android too slow to be usable. Will NDK be faster? Other ideas?

I've implemented AES/CTR on Android using the built-in Cipher class. Decryption appears to be far too slow for my purposes, with a 128KB block taking approximately 6 seconds to decrypt on the ...