An open API service indexing awesome lists of open source software.

https://github.com/krishpranav/keychainsecurity

A Simple Ruby Library That Interacts With macOS Keychain
https://github.com/krishpranav/keychainsecurity

hacking hacking-tools keychain keychain-security keychain-services macos osx ruby security security-tool

Last synced: about 2 months ago
JSON representation

A Simple Ruby Library That Interacts With macOS Keychain

Awesome Lists containing this project

README

          

# keychainsecurity
A Simple Ruby Library That Interacts With macOS Keychain

[![forthebadge](https://forthebadge.com/images/badges/made-with-ruby.svg)](https://forthebadge.com)

# Installation:
```
$ git clone https://github.com/krishpranav/keychainsecurity
```

# Usage:
```ruby
require 'keychainsecurity'

Security::Keychain::default_keychain.filename

Security::InternetPassword.find(server: "itunesconnect.apple.com").password # your password
```