Open Source: Easy Base64 Encode/Decode And AES 256 Encryption Library
A pretty common problem is the need to communicate using AES encrpytion. While Base64 encoding is fairly easy to implement AES encryption/decryption with the CCCrypt library is not terribly straightforward with the iOS SDK and numerous tutorials have been written on the subject.
I found a very simple to use encryption library from Hiroshi Hashiguchi that wraps the CCCrypt librar and allows you to very easily perform Base64 Encoding/Decoding with AES 256 bit support.
You can find the library on Github here:
https://github.com/dev5tec/FBEncryptor
Included on the Github page are full instructions, and there is a sample project including demonstrating use of the library.
Submit A Resource
Have you created a useful tutorial, library or tool for iOS development that you would like to get in front of our 300,000+ monthly page views from iOS developers?
You can submit the url here.
The resources we feel will appeal to our readers the most will be posted on the front page.