Project

security

1.6
No release in over 3 years
Low commit activity in last 3 years
Interact with the macOS Keychain
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 12.3, >= 12.3.3
>= 0
 Project Readme

Security

Build Status Gem License

A library for interacting with the macOS Keychain

This library provides only a subset of security subcommands, and is not intended for general use.

Usage

require 'security'

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

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

License

MIT