Is there any API that could use to call the DES encrypt and decrypt in objective-c?
Asked
Active
Viewed 1,131 times
1
-
This is the second time you’re duplicating your own question: http://stackoverflow.com/questions/4601347 – Jan 06 '11 at 02:50
1 Answers
0
OpenSSL (built-in on the Mac, get it here for iPhone) has all the DES_* functions you could want for encryption and decryption.

Dave DeLong
- 242,470
- 58
- 448
- 498