Skip to content

xbh0902/cryptlib

Repository files navigation

Cryptlib

这是一个c++开发的android使用的加密库,其中包括了AES、RSA、MD5等加密算法的实现。

Featrue

  • MD5加密
  • AES加密
  • RSA公钥加密解密

Getting started

Import the "CryptLibrary" module into your project.

Dependencies by adding the following lines to your app/build.gradle.

dependencies {
    compile project(':CryptLibrary')
}
...

License

Cryptlib is under the MIT license. See the LICENSE file for details.