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
implementing AES256 encryption into IOS

This is my java code. Now I want to implement same functionality in Objective-C. Cipher encryptCipher; IvParameterSpec iv = new IvParameterSpec(…

iphone encryption aes nsdata commoncrypto
Swift 5 + kCCDecrypt (CommonCrypto): Failing to decrypt

Trying to write my own encrypt/decrypt functions in Swift 5, based on tons of other similar questions -- and failing …

aes commoncrypto swift5