passwordmaker

1.0.0 • Public • Published

node-passwordmaker

Build Status

A Node.js library for Password Maker.

Usage

var makepwd = require('passwordmaker');
 
console.log(makepwd({
    hashAlgorithm: 'sha256',
    masterPassword: 'test',
    data: 'example.org',
    length: 8,
    charset: ''
}));

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i passwordmaker

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • emersion