1.0.2 • Published 8 years ago

supergenpass v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

API usage

Code Climate bitHound Score Codacy Badge Dependency Status

var supergenpass = require('supergenpass');

supergenpass(masterPassword, URI, password => {});

See the full API on the supergenpass-lib page. Note that the main export of this module is the .generate function of supergenpass-lib module.

Command line usage

$ supergenpass -p masterpassword uri
jbAMiW94YH

$ supergenpass -h
usage: supergenpass [-h] [-v] [-l LENGTH] [-m {md5,sha512}]
                    [-p PASSWORD] [--keepSubdomains] [--secret SECRET]
                    domain

SuperGenPass for command line and Node.js modules

Positional arguments:
  domain                Domain to generate the password for

Optional arguments:
  -h, --help            Show this help message and exit.
  -v, --version         Show program's version number and exit.
  -l LENGTH, --length LENGTH
                        Length of the generated password
  -m {md5,sha512}, --method {md5,sha512}
                        Hash function to use
  -p PASSWORD, --password PASSWORD
                        Master password
  --keepSubdomains      Do not perform subdomain removal
  --secret SECRET       Additional secret password
1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago