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
- Host: GitHub
- URL: https://github.com/krishpranav/keychainsecurity
- Owner: krishpranav
- Created: 2021-08-31T13:00:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T13:28:03.000Z (almost 5 years ago)
- Last Synced: 2025-03-04T13:46:27.002Z (over 1 year ago)
- Topics: hacking, hacking-tools, keychain, keychain-security, keychain-services, macos, osx, ruby, security, security-tool
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keychainsecurity
A Simple Ruby Library That Interacts With macOS Keychain
[](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
```