android-aes-jni icon indicating copy to clipboard operation
android-aes-jni copied to clipboard

Android AES sample for JNI&Java.

Results 5 android-aes-jni issues
Sort by recently updated
recently updated
newest added

i have a question #define MAX_LEN (2 * 1024 * 1024) why are you define MAX_LEN? has AES256 limited size? if i skip MAX_LEN code, its occur error? Thank you.

1:jni aes_key 换成16位后,每次加密都不一样的呢。 2:跟我android里面用java加密不一样 谢谢~

I added the code in MainActivity to test the performance. long start = System.currentTimeMillis(); for(int i=0; i

是否能完成一个在jni层获取apk签名的安全加密解密?利用签名加密和解密呢