You're Doing AES Encryption Wrong

Well, it's possible you're doing it properly ... but likely not. At CocoaConf Chicago Rob Napier gave a presentation on iOS security and highlighted his cross-platform AES encrypt/decrypt library, RNCryptor. You'll find implementations for Swift, Objective-C, Java, PHP, C, JavaScript, Haskell, Go, and many more. Do you know what password stretching, CBC, PBKDF2, and IVs are? If you've said no to any of these, you should probably look at RNCryptor. Check it out! ...

April 25, 2017 · 1 min · Aaron

CocoaConf Chicago - Advanced Core Data

I was lucky enough to be able to speak at CocoaConf Chicago 2014 about some more advanced Core Data topics. The bulk of the talk surrounded concurrency and data model migrations but I did touch on a number of other things. Sadly the session wasn't recorded, but I am considering recording a screencast if there is enough interest. [slideshare id=32054049&doc=advancedcoredata-140307170729-phpapp01]

March 8, 2014 · 1 min · Aaron