Author Archives: michael

Debugging BAD_ACCESS with NSZombieEnabled

Everyone who had to debug a segmentation fault within an application, knows, how tricky it can be to detect such a bug. The reason for that is, that in most cases the crash doesn’t occur in the line of code … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments

Introducing simpleTAN

SimpleTAN, the application I am working on at Bidli Software is a TAN management tool for Mac OS X. If you’re doing online banking with PIN/TAN and use tools like GPG or aespipe to securely take your TAN’s with you … Continue reading

Posted in Bidli Software, simpleTAN | Tagged , , , | Leave a comment

Core Data Encryption

I recently wondered how to encrypt the attributes of a Core Data application. The encryption should be transparent to the application, which means the entity objects should do all of the encryption/ decryption work and the rest of the application … Continue reading

Posted in Core Data | Tagged , , , | 5 Comments

Hello world!

This is it! My first blog post ever.

Posted in Uncategorized | Leave a comment