npm.io
1.3.0 • Published 2 months ago

@napi-rs/keyring

Licence
MIT
Version
1.3.0
Deps
0
Size
34 kB
Vulns
0
Weekly
0
Stars
82

@napi-rs/keyring

https://github.com/Brooooooklyn/keyring-node/actions install size Downloads

https://github.com/hwchen/keyring-rs Node.js binding via https://napi.rs

Usage

import { Entry } from '@napi-rs/keyring'

const entry = new Entry('my_service', 'my_name')
entry.setPassword('topS3cr3tP4$w0rd')
const password = entry.getPassword()
console.log('My password is ', password)
entry.deletePassword()

Keywords