项目作者: Mercandj

项目描述 :
AES on Android. Kotlin and Native C/C++ code
高级语言: Kotlin
项目地址: git://github.com/Mercandj/aes-android.git
创建时间: 2019-07-02T12:05:05Z
项目社区:https://github.com/Mercandj/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
  • AES description here