4 "summary": "RSA Encrypt and Decrypt lib for iOS (Using Security.framework and OpenSSL)",
5 "description": "1. Run script of gen_rsa_key.sh to generate RSA keys\n2. Create a RSA SecKeyRef from data\n3. RSA Enc/Dec/Sign/Verify with SecKeyRef\n4. RSA Enc/Dec with OpenSSL\n5. Format conversion of PEM and DER",
6 "homepage": "https://github.com/liuyuning/QuickRSA",
7 "screenshots": "https://raw.githubusercontent.com/liuyuning/QuickRSA/master/ScreenShotDemo.png",
13 "liuyuning": "115709874@qq.com"
15 "social_media_url": "https://twitter.com/liuyuning",
20 "git": "https://github.com/liuyuning/QuickRSA.git",
27 "public_header_files": "QuickRSA/**/*.h",
31 "source_files": "third-party/OpenSSL/include/openssl/**/*.h",
32 "public_header_files": "third-party/OpenSSL/include/openssl/**/*.h",
33 "header_dir": "openssl",
35 "HEADER_SEARCH_PATHS": "/Users/liuyuning/Desktop/GitHub/QuickRSA/third-party/OpenSSL/include"
37 "vendored_libraries": [
38 "third-party/OpenSSL/lib/libcrypto.a",
39 "third-party/OpenSSL/lib/libssl.a"