IDZSwiftCommonCrypto icon indicating copy to clipboard operation
IDZSwiftCommonCrypto copied to clipboard

Fix up CTR mode wrong options

Open Re-cover opened this issue 5 years ago • 1 comments

when use CTR mode, options = 0 in iOS 10.3, CCCryptorCreateWithMode will return kCCUnimplemented, change options = CCModeOptions(kCCModeOptionCTR_BE) fix it.

Re-cover avatar Oct 22 '19 10:10 Re-cover

Thank you for bringing this to my attention. I will take a closer look at it this weekend and merge in a final solution.

iosdevzone avatar Oct 24 '19 17:10 iosdevzone