30Nov/062
New Code Snippet: STNKeychainAccess
A few minutes ago I updated the [projects page](/projects).
I added a subcategory *Little Helpers* in which I will publish some code snippets for different purposes.
The first one is an Objective-C class for accessing the keychain service in Mac OS X: [STNKeychainAccess](/projects/stnkeychainaccess).
In the downloadable zip-file you can find a Xcode project with a small cocoa application which shows how this class can be used in your application.
Have fun!
February 12th, 2007 - 14:20
I also did some work towards an ObjC wrapper for Keychain, before noticing a pretty susbtantial project already exists:
http://sourceforge.net/projects/keychain/
It may or may not eliminate your desire to do your own
February 20th, 2007 - 05:21
Adium’s AIUtilities framework has yet another implementation, the bulk of which is by Peter Hosey:
http://trac.adiumx.com/browser/trunk/Frameworks/AIUtilities%20Framework/Source/AIKeychain.m