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
Release history Release notifications | RSS feed
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.