Latest | 0.0.1 |
---|---|
Homepage | https://github.com/qianhongqiang/RSAEncryptor |
License | MIT |
Platforms | ios 6.0, requires ARC |
Authors |
RSAEncryptor both certificate and string are able to used as key
Installation
CocoaPods
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like RSAEncryptor in your projects. See the "Getting Started" guide for more information.
# Your Podfile
platform :ios, '6.0'
pod 'RSAEncryptor'
Manually
Copy RSAEncryptor.h
RSAEncryptor.m
in RSAEncryptor/
to your project.
Latest podspec
{ "name": "RSAEncryptor", "version": "0.0.1", "summary": "RSA encrypt/decrypt with Both the content of certificates and certificates", "homepage": "https://github.com/qianhongqiang/RSAEncryptor", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "qianhongqiang": "[email protected]" }, "platforms": { "ios": "6.0" }, "source": { "git": "https://github.com/qianhongqiang/RSAEncryptor.git", "tag": "0.0.1" }, "source_files": "RSAEncryptor/*.{h,m}", "requires_arc": true }
Tue, 22 Mar 2016 23:27:03 +0000