Can any one tell me how to encrypt and decrypt with Rsa and 3des in objective c?开发者_StackOverflow社区
Take a look at OpenSSL.
As Objective-C is a true superset of C, you can use C libraries.
Can any one tell me how to encrypt and decrypt with Rsa and 3des in objective c?开发者_StackOverflow社区
Take a look at OpenSSL.
As Objective-C is a true superset of C, you can use C libraries.
精彩评论