Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Arne

macrumors regular
Original poster
May 14, 2006
172
0
Germany
Hello,

as the title indicates, I am looking for a Class that does RSA Encryption and Decryption. I want to use it in an Objective-C/Cocoa Program, so it should be written in C. What do you typically use?

Thanks in advance!
 
Here is the man page for the RSA functions.

You can't get more info for each function from the respective man pages. For example:
Code:
man RSA_generate_key
An usage example can be found on StackOverflow.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.