Skip to content

Hantok/ResourceEncrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ResourceEncrypter

It is a simple example of using RNCryptor for private usage. Just share as is.

For decryption use code below:

  NSError* error;
  NSData* encryptedData = [NSData dataWithContentsOfFile:filePath];
  NSData* decryptedData = [RNDecryptor decryptData:encryptedData
                                      withPassword:@"SAMPLE-KEY"
                                             error:&error];
  UIImage* image = [UIImage imageWithData:decryptedData];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published