0.0.5 • Published 3 years ago

macos-keychain-passwords v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago