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.

Learn how to program an iOS app using Objective-C right from the start with The iOS Apprentice series. A set of epic tutorials for anyone - even if you've never programmed before.
Read more...
DeliciousTwitterFacebookLinkedInEmail

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 send a Tweet to @maniacdev on Twitter or submit the url here.

The resources we feel will appeal to our readers the most will be posted on the front page.

One Response to Open Source: Easy Base64 Encode/Decode And AES 256 Encryption Library

  1. how encoding simple openssl?

    echo “test” | openssl enc -aes-256-cbe -a

Click on a tab to select how you'd like to leave your comment

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>