Skip to content

Instantly share code, notes, and snippets.

View rishadali's full-sized avatar

Rishad rishadali

  • Turnkey Instruments Ltd
  • Northwich, UK
View GitHub Profile
@gonecoding
gonecoding / Readme.markdown
Created February 22, 2011 12:42
Adding methods to NSData and NSString using categories to provide AES256 encryption on iOS

Important notice

I took down this Gist due to concerns about the security of the encryption/decryption part of this code (see comments below).

Rob Napier (@rnapier) has created a publicly available class that provides similar AES encryption/decryption functionality at https://github.com/rnapier/RNCryptor.