Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 782 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 782 Bytes

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.