Objective-C library recommendation for AES-256 in CTR mode
Posted
by lpfavreau
on Stack Overflow
See other posts from Stack Overflow
or by lpfavreau
Published on 2010-03-27T20:06:34Z
Indexed on
2010/03/27
20:13 UTC
Read the original article
Hit count: 1152
Hello,
I'm looking for recommendations on an Objective-C library for AES-256 encryption in CTR mode. I have a database full of data encrypted with another library using CTR and seems the included CCCrypt only supports ECB or CBC with PKCS#7.
Any idea on the best portable library I should use? I'm not looking to port the original implementation as I don't have the required knowledge in cryptography and hence, that's-a-bad-idea (tm).
Thanks!
© Stack Overflow or respective owner