Hi,
We do have the same problem on the app we're working on. Today we are using CommonCrypto for cryptography and we plan to switch to CryptoKit (since it's newer), but we can't until it will support incremental steps for encryption/decryption. In case you have big data (e.g. 2-3 GB) it's impossible to use "1 shot encryption/decryption" since the app will load up too much data in RAM, which will then kill the app (with a memory warning).
Thanks,
Alin
Post
Replies
Boosts
Views
Activity
Thanks as well! :)