Skip to content

Objective-C script to encrypt/decrypt entire directory of asset files (plist, json, whatever) using a defined encryption key

Notifications You must be signed in to change notification settings

nerdcave/encrypt-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Encrypt assets in an Xcode project

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.

Basic usage

EncryptAssets /path/to/folder/with/assets/ /path/to/destination/folder/for/encrypted/assets/ some_$3cr3t_key

Adding to XCode project build

todo: details

Decrypting files

use NSData+AES256 method:

-(NSData*) decryptedWithKey:(NSData*)key;

todo: details

Contact

email: [email protected] or twitter: @nerdcave

About

Objective-C script to encrypt/decrypt entire directory of asset files (plist, json, whatever) using a defined encryption key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published