/passwd

A simple password generator in node.js

Primary LanguageJavaScript

passwd

Generate random alphanumeric passwords with 13 characters

Usage:

Copy to Unix clipboard:

curl –s http://passwd.tjstein.com 2>/dev/null | pbcopy

Test:

You'll need foreman, request and mocha:

$ npm install -g mocha && npm install request

Launch the application:

$ foreman start

And then:

$ mocha