@napi-rs/keyring
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

@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()

Package Sidebar

Install

npm i @napi-rs/keyring

Weekly Downloads

590

Version

1.1.4

License

MIT

Unpacked Size

19.4 kB

Total Files

7

Last publish

Collaborators

  • forehalo
  • broooooklyn