All Projects → mattt → Security

mattt / Security

Licence: mit
Library for interacting with the macOS Keychain

Programming Languages

ruby
36898 projects - #4 most used programming language

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"

License

MIT

Contact

Mattt (@mattt)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].