这是一个c++开发的android使用的加密库,其中包括了AES、RSA、MD5等加密算法的实现。
- MD5加密
- AES加密
- RSA公钥加密解密
Import the "CryptLibrary" module into your project.
Dependencies by adding the following lines to your app/build.gradle.
dependencies {
compile project(':CryptLibrary')
}
...
Cryptlib is under the MIT license. See the LICENSE file for details.