Socket
Book a DemoInstallSign in
Socket

mpass

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mpass

Mnemonic password generator

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

mpass

Password generator using a mnemonic word list

build status

API

mpass (n[, true])

mpass() takes an optional number, & boolean. The first parameter is the amount of words to use (defaults to 3), and the second enables common special characters for passwords (defaults to false).

Example

var mpass = require('mpass');

console.log(mpass()); // 3 random words, e.g. 'salaryvideoengine'
console.log(mpass(3, true)); // 3 random words & special characters, e.g. 'Extremepar0dynovel$'

License

Copyright (c) 2016 Jason Mulligan Licensed under the BSD-3 license

Keywords

mnemonic

FAQs

Package last updated on 12 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts