Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

avoidwork/mpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Password generator using a mnemonic word list

Resources

License

Stars

Watchers

Forks

Packages

No packages published