0.0.5 • Published 2 years ago

macos-keychain-passwords v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Description

Allows access to macOS Keychain via the the native OS X Security Framework API (SecItemAdd, SecItemCopyMatching)

Usage

Install with

npm install macos-keychain-passwords

Then use it:

var keychain = require("macos-keychain-passwords");
keychain.set_password("myservice_or_app", "myusername", "mypassword")
keychain.get_password("myservice_or_app", "myusername") // returns "mypassword"

Links

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago