iPhone - AES256 Encryption Using Built In Library

Posted by Robert on Stack Overflow See other posts from Stack Overflow or by Robert
Published on 2010-05-20T22:20:13Z Indexed on 2010/05/20 22:50 UTC
Read the original article Hit count: 195

Filed under:
|
|

Hey all, I am using http://pastie.org/966473 as a reference as all I need to do is encrypt something using AES256 encrypting. I created a class and put the implementation in the pastie on top of the implementation for my class.

@implementation
//pastie code
@end

@implementation 
//my class code
@end

In my class code I create a NSMutableData and try to call the EncryptAES method and I get a warning saying it might not respond to that. What am I doing wrong here? do I need to implement the pastie code elsewhere? Thanks for any help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about encryption