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

CommonCryptor NSString to NSData encryption shortcuts. More...

#import <NSACommonCrypto.h>

Instance Methods

(NSData *) - encryptedAES128DataWithKey:
 
(NSData *) - encryptedAES256DataWithKey:
 
(NSData *) - encrypted3DESDataWithKey:
 

Detailed Description

CommonCryptor NSString to NSData encryption shortcuts.

Method Documentation

- (NSData *) encrypted3DESDataWithKey: (NSString *)  key
- (NSData *) encryptedAES128DataWithKey: (NSString *)  key
- (NSData *) encryptedAES256DataWithKey: (NSString *)  key

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