AES-Android
A library to provide android aes encryption with c++
Setting up the dependency
implementation "com.android.encryption:aes:1.0.0"
R8 and ProGuard settings
-keepclasseswithmembernames class * { native <methods>; }
Feature
Support AES/ECB AES/CBC AES/CTR encryption
Key&Iv
Default key: [email protected]
Default iv: my--q--935612713
You can modify the aes_utils.c file to use your own key and iv
Result check
you can check the result at https://www.ssleye.com/aes_cipher.html