I found the the following sample code: https://developer.apple.com/documentation/cryptokit/performing_common_cryptographic_operationshowerver, I am looking for AES256 encryption/decryption examples. Any help would be very useful. Thank you.
Post
Replies
Boosts
Views
Activity
Hi Quinn, Thank you for quick response. I am interested in all three flavours (AES-ECB, AES-CBC, AES-GCM) for AES-256. where can I find code examples of each flavour with swift binding / ios13 ? Thank you in advance.