FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSData(CommonCryptorString) Category Reference

CommonCryptor NSData to NSString decryption shortcuts. More...

#import <NSACommonCrypto.h>

Instance Methods

(NSString *) - decryptedAES128StringWithKey:
 
(NSString *) - decryptedAES256StringWithKey:
 
(NSString *) - decrypted3DESStringWithKey:
 

Detailed Description

CommonCryptor NSData to NSString decryption shortcuts.

Method Documentation

- (NSString *) decrypted3DESStringWithKey: (NSString *)  key
- (NSString *) decryptedAES128StringWithKey: (NSString *)  key
- (NSString *) decryptedAES256StringWithKey: (NSString *)  key

The documentation for this category was generated from the following file: