Rijndael encryption
I found a cocoa extension for NSData class, that implements the Rijndael encryption/decryption. But it uses headers from Ruby.framework, which is not present in iPhoneSimulator 2.0 SDK. How do I config my Xcode project in order to be able to use these extensions?
Thanks in advance,
Nava.
P.S. the file is
#include <openssl/aes.h>
Mac OS X (10.5.4), MacIntel, iPhoneSimulator 2.0