Skip to content

dustyneuron/passwordgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator web app

A simple password generator using node.js.
See it hosted at http://passwordgenerator.dustyneuron.com

Required server commands:
pwgen
sed
perl
wc

Required dictionaries (trivially changable):
/usr/share/dict/american-english
/usr/share/dict/spanish
/usr/share/dict/french
/usr/share/dict/italian
/usr/share/dict/ngerman


Required npm modules:
express
fibers (https://github.com/laverdet/node-fibers)
underscore


License: MIT, do as you like

About

Simple Password Generator web page using node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published