CryptoPP-for-iOS icon indicating copy to clipboard operation
CryptoPP-for-iOS copied to clipboard

iOS porting of http://www.cryptopp.com/ and some example code

Results 3 CryptoPP-for-iOS issues
Sort by recently updated
recently updated
newest added

Since www.cryptopp.com has changed the protocol from http:// to https:// . build_cryptopp.sh should accord with this change: ` URL_BASE="https://www.cryptopp.com" `

can't open input file: /cryptoop/CryptoPP-for-iOS-master/external/objs/iPhoneSimulator7.0-i386.sdk/libcryptopp.a (No such file or directory)

Hi thanks for this wonderful sollution. But I get an linker error: "CryptoPP::StringSinkTemplatestd::string::StringSinkTemplate(std::string&)", referenced from: Even more when I add more headers. Here's my code: ``` static string decryptAES(string toDecrypt,...