Skip to main content

To generate random and strong passwords.

Reason this release was yanked:

Latest versions are bug free

Project description

GenPasswd

PyPI PyPI - License

PyPI - Python Version

To generate random and strong passwords.

Installation

pip install genpasswd

Usage

Usage : genpasswd [options]

Options:
  --version                            show program's version number and exit
  -h,             --help               show this help message and exit
  -l LENGTH,      --length=LENGTH      To set Length to the password
  -r REPEAT,      --repeat             To repeat the characters in the password
  -n IGNORE,      --no=IGNORE          To ignore unwanted characters to the password
  -o ONLY,        --only=ONLY          To create password only using wanted characters
  -i INCLUDE,     --include=INCLUDE    To include characters to the password

To generate a random password and print it on the screen.

> genpasswd
kj(ot--4mJ1aeJ

To set the password length, Default password length is 8-16.

> genpasswd -l 10
Q3m/vro|uR

Whether the characters in passwords repeat or not, Default value of repeat is False.

> genpasswd -r
96Ndl;1D>jQu4Z2

You can include, ignore or using only 'alphabets', 'numbers', 'uppercase', 'lowercase', symbols and some random characters in generating password.

To ignore numbers in passwords.

> genpasswd -n numbers
uyMXP‘$!ZSCYqzj

To ignore characters a,b,c,d,e

> genpasswd -n abcde
~}t"R‘jF'ksG8~E

To create a password only using special characters.

> genpasswd -o symbols -l 15
?)".=-_^[_‘~{.)

To include a,b,c,d,e characters in a password.

> genpasswd -o numbers -i abcde -l 15
78713d1e3d926a3

Project details


Download files

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

Source Distribution

genpasswd-1.1.6.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

genpasswd-1.1.6-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

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