Mercandj / aes-android

AES on Android. Kotlin and Native C/C++ code

Repository from Github https://github.comMercandj/aes-androidRepository from Github https://github.comMercandj/aes-android

AES on Android

Description

  • 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.

Build

  • ./gradlew assembleDebug

Links

  • AES description here

About

AES on Android. Kotlin and Native C/C++ code


Languages

Language:Kotlin 45.9%Language:C 37.6%Language:Java 8.4%Language:C++ 7.7%Language:CMake 0.4%