Skip to content

xli/mac-keychain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac-Keychain – Ruby interface to Mac OSX Keychain

SYNOPSIS

@keychain = MacKeychain.new('AppName')
@keychain.save('account name', 'password')
....
@keychain.delete('account name')

Install

gem install mac-keychain

Limitation

It only works on Mac, and need RubyCocoa.

Other stuff

Author: Li Xiao <iam@li-xiao.com>

Requires: Ruby 1.8.6 or later

License: Copyright 2010 by Li Xiao.

Released under an MIT-LICENSE.  See the MIT-LICENSE.txt file
included in the distribution.

Warranty

This software is provided “as is” and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.

About

Ruby interface to Mac OSX Keychain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages