# node-passwordmaker **Repository Path**: mirrors_emersion/node-passwordmaker ## Basic Information - **Project Name**: node-passwordmaker - **Description**: A Node.js library for Password Maker - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-24 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-passwordmaker [![Build Status](https://travis-ci.org/emersion/node-passwordmaker.svg?branch=master)](https://travis-ci.org/emersion/node-passwordmaker) A Node.js library for [Password Maker](http://passwordmaker.org/). ## Usage ```js var makepwd = require('passwordmaker'); console.log(makepwd({ hashAlgorithm: 'sha256', masterPassword: 'test', data: 'example.org', length: 8, charset: '' })); ```