Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cocoajin/Security-iOS
some NSData Category for doing RSA,AES,MD5,SHA1,SHA256,Sign,Verify on iOS Cryptography
https://github.com/cocoajin/Security-iOS
cbc ecb hash rsa
Last synced: about 2 months ago
JSON representation
some NSData Category for doing RSA,AES,MD5,SHA1,SHA256,Sign,Verify on iOS Cryptography
- Host: GitHub
- URL: https://github.com/cocoajin/Security-iOS
- Owner: cocoajin
- Created: 2016-12-16T03:58:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T06:57:56.000Z (about 8 years ago)
- Last Synced: 2023-08-03T22:59:12.753Z (over 1 year ago)
- Topics: cbc, ecb, hash, rsa
- Language: Objective-C
- Size: 22.5 KB
- Stars: 86
- Watchers: 7
- Forks: 27
- Open Issues: 0
Awesome Lists containing this project
- awesome - Security-iOS - 封装了一些iOS上使用的NSData分类,主要用于 RSA加密、AES加密、数据签名、签名校验、MD5、SHA1、SHA256 常用hash等工具。 (OOM-Leaks-Crash / 数据安全和算法)