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

satyam90

macrumors regular
Original poster
Jul 30, 2007
242
0
Bangalore, India
I am trying to find some cryptographic functions in Cocoa Framework or Security Framework.
Some things like RSACryptoServiceProvider, TripleDESCryptoServiceProvider, PasswordDeriveBytes etc which are available in Dot Net.
What are the equivalents that I have to look in Cocoa/Security framework.
Or am I looking in wrong framework for them.

--Satyam.
 
I am trying to find some cryptographic functions in Cocoa Framework or Security Framework.
Some things like RSACryptoServiceProvider, TripleDESCryptoServiceProvider, PasswordDeriveBytes etc which are available in Dot Net.
What are the equivalents that I have to look in Cocoa/Security framework.
Or am I looking in wrong framework for them.

--Satyam.

Trying to find replacements like that is usually the wrong approach. You should start at a higher level: What is it that you actually want to achieve?
 
Trying to find replacements like that is usually the wrong approach. You should start at a higher level: What is it that you actually want to achieve?

There is a windows application for cryptography written in C#.
I am trying to port it to Mac using Obj C and Cocoa Framework (or some other framework).
C# code has some classes related to cryptography. That's why I am searching for replacement or some way to start cryptography programming on Mac.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.