https://github.com/yourtion/yxcryp-oc
https://github.com/yourtion/yxcryp-oc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yourtion/yxcryp-oc
- Owner: yourtion
- License: mit
- Created: 2016-08-23T09:35:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T02:08:05.000Z (almost 10 years ago)
- Last Synced: 2025-06-08T14:43:42.408Z (about 1 year ago)
- Language: Objective-C
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YXCryp
[](https://github.com/Carthage/Carthage)
[](http://cocoapods.org/pods/YXCryp)
[](http://cocoapods.org/pods/YXCryp)
[](http://cocoapods.org/pods/YXCryp)
[](https://travis-ci.org/yourtion/YXCryp-OC)
Objdctive-C 实现常用加解密功能库。
- `AES256` 加密解密
- `SHA256`、`SHA1` 哈希计算
- `HEX` 转换
- `Base64` 编码解码
## 安装
### CocoaPod
在 `Podfile` 中添加:
```
platform :ios, '8.0'
pod 'YXCryp'
```
### Carthage
```
github "yourtion/YXCryp-OC"
```
## 使用方法
参考 Test 文件:[YXCrypTests.m](YXCrypTests/YXCrypTests.m)