kychain

2.0.0 • Public • Published

kychain

kychain

Store passwords in the macOS Keychain

Installation

npm install kychain

Usage

import { get, set, remove } from 'kychain'

await set('hello_world')
const password = await get() // => password = 'hello_world'
await remove()

Interface

set(password, account, service, type)

get(account, service, type)

remove(account, service, type)

password: string The password to be stored.

account: string Account under which the password should be stored, defaults to OS username.

service: string The name for the service under which to store the password, defaults to kychain.

type: string The password type can be internet or generic (the default).

License

MIT, keychain access mostly taken from keychain by Nicholas Penree.

Readme

Keywords

Package Sidebar

Install

npm i kychain

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

9.25 kB

Total Files

4

Last publish

Collaborators

  • naminho
  • tobua