IDZSwiftCommonCrypto
IDZSwiftCommonCrypto copied to clipboard
A wrapper for Apple's Common Crypto library written in Swift.
Hello @iosdevzone, I am working on iOS swift project that encrypts and decrypts transfer data with TDES 2key CBC algorithm. Luckily, I found your repo and tried to implement it...
when use CTR mode, options = 0 in iOS 10.3, CCCryptorCreateWithMode will return kCCUnimplemented, change options = CCModeOptions(kCCModeOptionCTR_BE) fix it.
With an ios target of 9.0, a watchos target of 5.1 isn't necessary, and limits use of the library