基本的には以下のApple公式のサンプルを読めばOK。 CryptoExercise http://developer.apple.com/iphone/library/samplecode/CryptoExercise/Introduction/Intro.html 特に読むべきところは SecKeyWrapper.m ファイルの以下のメソッド - (NSData *)doCipher:(NSData *)plainText key:(NSData *)symmetricKey context:(CCOperation)encryptOrDecrypt padding:(CCOptions *)pkcs7 AESについての基礎知識がまだない場合は以下のサイトなどがおすすめ。 The AES-CBC Cipher Algorithm and Its Use with IPsec http: