Skip to content

eshwartm/ERCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ERCrypt

Encrypt/Decrypt a piece of data with Key and IV using Apple's CommonCryptor (AES128)

Usage:

Encryption: NSString *encryptedBase64String = [[ERCrypt alloc] AESEncrypt:sampleString iv:iv key:key];

Decryption: NSString *decryptedBase64String = [[ERCrypt alloc] AESDecrypt:sampleString iv:iv key:key];

About

Encrypt/Decrypt a piece of data with Key and IV using Apple's CommonCryptor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published