Top "Commoncrypto" questions

Apple's cryptography framework.

How to encrypt using AES GCM on iOS?

I need to encrypt/decrypt some data using AES encryption on GCM mode, but apparently this can't be done with …

ios swift cryptography commoncrypto
iOS CommonCrypto reference

I'm trying to find some sort of reference for the Apple's CommonCrypto library, because apparently Apple doesn't have any obvious …

ios documentation cryptography commoncrypto
When To Check the "This Application Uses Encryption" Box?

When submitting or updating an app, one question you are faced with is: Have you added or made changes to …

ios encryption https aes commoncrypto
Swift Calculate MD5 Checksum for Large Files

I'm working on creating the MD5 Checksum for large video files. I'm currently using the code: extension NSData { func MD5() …

ios swift md5 checksum commoncrypto