Skip to content

Mercandj/aes-android

Repository files navigation

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