Objective-C script that will encrypt a directory of files. Ideally run the script in any Xcode project as part of your build (i.e. add a new target type 'External Build System' and specify the script). Decrypt files individually at runtime.
EncryptAssets /path/to/folder/with/assets/ /path/to/destination/folder/for/encrypted/assets/ some_$3cr3t_key
todo: details
use NSData+AES256 method:
-(NSData*) decryptedWithKey:(NSData*)key;
todo: details
email: [email protected] or twitter: @nerdcave