Skip to content

Library for interacting with the Mac OS X Keychain

License

Notifications You must be signed in to change notification settings

niezbop/security

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security

Library for interacting with the Mac OS X Keychain

This library currently only implements the necessary commands for password management for Cupertino. As such, some methods are stubbed out to raise NotImplementedError.

Usage

Security::Keychain::default_keychain.filename #=> "/Users/johnnyappleseed/Library/Keychains/login.keychain"

Security::InternetPassword.find(server: "itunesconnect.apple.com").password #=> "p4ssw0rd"

Contact

Mattt Thompson

License

Security is available under the MIT license. See the LICENSE file for more info.

About

Library for interacting with the Mac OS X Keychain

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%