iOS CommonCrypto reference

anavarroma picture anavarroma · May 17, 2013 · Viewed 9.4k times · Source

I'm trying to find some sort of reference for the Apple's CommonCrypto library, because apparently Apple doesn't have any obvious link for that, and the ones given by Google are outdated, like this one below:

https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html

Any hints on this? Is there a better library I could use to develop an app with lots of cryptographic features?

Thanks.

Answer

Dirk picture Dirk · Nov 22, 2014

There is a good sample project called CryptoCompatibility which you can find and download via Xcode. It is better to learn from it than from just looking at the header files. Just search for it in the Documentation & API Reference window.