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

1.1.6 • 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()

Dependencies (0)

    Dev Dependencies (18)

    Package Sidebar

    Install

    npm i @napi-rs/keyring

    Weekly Downloads

    989

    Version

    1.1.6

    License

    MIT

    Unpacked Size

    19.2 kB

    Total Files

    7

    Last publish

    Collaborators

    • forehalo
    • broooooklyn