Skip to main content

Strong password generator

Project description

passgen

passgen is a tool for generating strong passwords. It provides both command line utility and python module.

Installation

passgen can be installed with pip:

$ pip install passgen

Usage

Basic usage of passgen command line utility is as follows:

$ passgen

passgen can also accepts several arguments configuring the outcome. Overall synopsis is:

$ passgen [-h] [-l LENGTH] [-n NUMBER]

Arguments:

-h

Display help

-l, --length LENGTH

Passwords should contain LENGTH characters

-n, --number NUMBER

Generate NUMBER passwords

Examples

Below are some examples of passgen usage:

    # Most basic usage. Outputs 10 passwords.
$ passgen

# Using -n argument. Generate just two passwords.
$ passgen -n 2

# Using -l argument. Generate passwords with eight characters.
$ passgen -l 8

License

See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

passgen-0.1.1-py2-none-any.whl (3.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page