开发者

Encryption library for Objective-C

开发者 https://www.devze.com 2023-01-04 18:20 出处:网络
开发者_Python百科Other than OpenPGP, are there any other libraries to encrypt text?You could use OpenSSL, which is built into both Mac OS X and iOS. You just need to add Security.framework, then you c
开发者_Python百科

Other than OpenPGP, are there any other libraries to encrypt text?


You could use OpenSSL, which is built into both Mac OS X and iOS. You just need to add Security.framework, then you can #include <ssl.h>.


For simple encryption using AES, TripleDES, you can just use built-in CommonCrypto library,

http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man3/CCCryptor.3cc.html#//apple_ref/doc/man/3cc/CCCryptor

0

精彩评论

暂无评论...
验证码 换一张
取 消