# cryptlib **Repository Path**: wenbinzhou/cryptlib ## Basic Information - **Project Name**: cryptlib - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cryptlib [![](https://img.shields.io/badge/release-v1.0.1-brightgreen.svg)](https://github.com/xbh0902/cryptlib/releases/tag/v1.0.1) [![](https://img.shields.io/badge/license-MIT%20License-blue.svg)](https://github.com/xbh0902/cryptlib/blob/master/LICENSE) 这是一个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](https://github.com/xbh0902/cryptlib/blob/master/LICENSE) file for details.