Other than OpenPGP, are there any other libraries to encrypt text?
+5
A:
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>
.
Ben Alpert
2010-06-28 02:52:51
+2
A:
For simple encryption using AES, TripleDES, you can just use built-in CommonCrypto library,
ZZ Coder
2010-06-28 04:41:10