Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastlane-community/security
A Ruby library for interacting with the macOS Keychain
https://github.com/fastlane-community/security
Last synced: 8 days ago
JSON representation
A Ruby library for interacting with the macOS Keychain
- Host: GitHub
- URL: https://github.com/fastlane-community/security
- Owner: fastlane-community
- License: mit
- Created: 2012-07-21T20:00:48.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T10:54:34.000Z (12 months ago)
- Last Synced: 2024-10-30T14:27:24.155Z (14 days ago)
- Language: Ruby
- Homepage:
- Size: 41 KB
- Stars: 54
- Watchers: 2
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: security.gemspec
Awesome Lists containing this project
README
# Security
[![Build Status][build status badge]][build status]
[![Gem](https://img.shields.io/gem/v/security.svg?style=flat)](https://rubygems.org/gems/security)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane-community/security/blob/main/LICENSE.md)**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
```ruby
require 'security'Security::Keychain::default_keychain.filename #=> "/Users/jappleseed/Library/Keychains/login.keychain"
Security::InternetPassword.find(server: "itunesconnect.apple.com").password #=> "p4ssw0rd"
```## License
MIT
[build status]: https://github.com/mattt/Security/actions?query=workflow%3ACI
[build status badge]: https://github.com/mattt/Security/workflows/CI/badge.svg