Sha256: dba82771e2f272695864f1176488c676f5a30fe4a6a8926b233cb1c12c82ef6a
Contents?: true
Size: 690 Bytes
Versions: 5
Compression:
Stored size: 690 Bytes
Contents
# Security **Library for interacting with the Mac OS X Keychain** > This library currently only implements the necessary commands for password management for [Cupertino](https://github.com/mattt/cupertino). As such, some methods are stubbed out to raise `NotImplementedError`. ## Usage ```ruby Security::Keychain::default_keychain.filename #=> "/Users/johnnyappleseed/Library/Keychains/login.keychain" Security::InternetPassword.find(server: "itunesconnect.apple.com").password #=> "p4ssw0rd" ``` ## Contact Mattt Thompson - http://github.com/mattt - http://twitter.com/mattt - m@mattt.me ## License Security is available under the MIT license. See the LICENSE file for more info.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
security-0.1.3 | ./README.md |
security-0.1.2 | ./README.md |
security-0.1.1 | ./README.md |
security-0.1.0 | ./README.md |
security-0.0.1 | ./README.md |