I am new to Mac development.
In my project i need to encrypt files.
Can anybody suggest me the most preferred library in mac environment.
Please help me with sample if possible.
I am developing a cocoa application.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OK, firstly read Apple’s “Cryptographic Services Guide” and then become familiar with the “Common Crypto” library, which is now preferred over OpenSSL under Cocoa.
Lastly Google for “cocoa common crypto sample” and find gems like this.