- zenspider.com
- zenspider projects
- osx_keychain
Provides API and a command line tool to Access the OS X Keychain. The
command line tool isn’t actually useful (use security
instead), but
demonstrates the usage quite well.
1 2 3 |
keychain = OSXKeychain.new
keychain[service, username] = password
p keychain[service, username]
|
gem install osx_keychain
git clone git://github.com/seattlerb/osx_keychain