I am messing for two days to find a good tutorial for security framework to start.I have seen wwdc tutorial and apple documentation for this but that did not help as they give all the detail about cryptography but do not have any good practical example and detail about functions like CCCrypt() and their arguments.There is not even any good implementation of AES and RSA algorithm with security framework on internet.
The CryptoExercise example provided by apple have some issues and does not help to start this framework.
So please provide any good tutorial and links which helps to understand security framework from starting and their api in detail like SecKey ,CommonCrypto etc and how to use them.
Thanks in advance