|
FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
CommonCryptor NSData to NSString decryption shortcuts. More...
#import <NSACommonCrypto.h>
Instance Methods | |
| (NSString *) | - decryptedAES128StringWithKey: |
| (NSString *) | - decryptedAES256StringWithKey: |
| (NSString *) | - decrypted3DESStringWithKey: |
CommonCryptor NSData to NSString decryption shortcuts.
| - (NSString *) decrypted3DESStringWithKey: | (NSString *) | key |
| - (NSString *) decryptedAES128StringWithKey: | (NSString *) | key |
| - (NSString *) decryptedAES256StringWithKey: | (NSString *) | key |