feature_aes_kotlin
: Pure Kotlin module to crypt/decrypt with AES ECB and GCM. Check out unit tests.feature_aes_native
: Android Kotlin module using native code to crypt/decrypt with AES ECB.
./gradlew assembleDebug
- AES description here
AES on Android. Kotlin and Native C/C++ code
Repository from Github https://github.comMercandj/aes-android
feature_aes_kotlin
: Pure Kotlin module to crypt/decrypt with AES ECB and GCM. Check out unit tests.feature_aes_native
: Android Kotlin module using native code to crypt/decrypt with AES ECB../gradlew assembleDebug