| 
    FoundationExtension
    
   FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection. 
   | 
 
CommonCryptor wrapper. More...
#import <NSACommonCrypto.h>
CommonCryptor wrapper.
If key is shorter than required length, methods return nil. If key is longer than requried length, it is cut as required length.
| - (NSData *) decrypted3DESDataWithKey: | (NSData *) | key | 
| - (NSData *) decrypted3DESDataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) decryptedAES128DataWithKey: | (NSData *) | key | 
| - (NSData *) decryptedAES128DataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) decryptedAES192DataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) decryptedAES256DataWithKey: | (NSData *) | key | 
| - (NSData *) decryptedAES256DataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) decryptedBlowfishDataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) decryptedCastDataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) decryptedDESDataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) decryptedRC2DataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) encrypted3DESDataWithKey: | (NSData *) | key | 
| - (NSData *) encrypted3DESDataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) encryptedAES128DataWithKey: | (NSData *) | key | 
| - (NSData *) encryptedAES128DataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) encryptedAES192DataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) encryptedAES256DataWithKey: | (NSData *) | key | 
| - (NSData *) encryptedAES256DataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) encryptedBlowfishDataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) encryptedCastDataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) encryptedDESDataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) encryptedRC2DataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |
| - (NSData *) encryptedRC4DataWithKey: | (NSData *) | key | |
| options: | (CCOptions) | options | |