Skip to main content

To generate random and strong passwords.

Project description

Zenpass

PyPI PyPI - License PyPI - Python Version

To generate random and strong passwords.

Installation

pip install -U zenpass

Usage

usage: zenpass [options]

optional arguments:
  -h, --help         show this help message and exit
  -v, --version      show version number and exit.

to customize Password:
  -l , --length      to set length to the password
  -n , --ignore      to ignore unwanted characters to the password
  -i , --include     to include characters to the password
  -o , --only        to create password only using wanted characters
  -s , --separator   the separator character
  -c , --seplen      the length of characters between separator
  --repeat           to repeat the characters in the password (default : False)
  --separation       to separate password characters using separator (default : False)

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

> zenpass
kj(ot--4mJ1aeJ

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

> zenpass -l 10
Q3m/vro|uR

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

> zenpass -r
96Ndl;1D>jQu4Z2

To include, ignore or use only 'alphabets', 'numbers', 'uppercase', 'lowercase', 'symbols' and random characters in generating password.

To ignore numbers in passwords.

> zenpass -n numbers
uyMXP‘$!ZSCYqzj

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

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

To create a password only using special characters.

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

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

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

To separate characters in a password using separator.

> zenpass -o uppercase --separation -l 16
YNQC-RKBF-DMAT-UVIP

To separate characters in a password using separator _ with 5 characters between each separator.

> zenpass -o uppercase --separation -l 15 -s _ -c 5 
YNQCR_KBFDM_ATUVI

Issues:

If you encounter any problems, please file an issue along with a detailed description.

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

zenpass-1.0.0.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

zenpass-1.0.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file zenpass-1.0.0.tar.gz.

File metadata

  • Download URL: zenpass-1.0.0.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for zenpass-1.0.0.tar.gz
Algorithm Hash digest
SHA256 10622c85b5466df580900e2b4d2ea3a64a94972ae224c87b64dc001b2fbb0be5
MD5 b764579e8227f9b949ffa843dbc0cff8
BLAKE2b-256 7e224ec6f8cfb017314903772de03933ee6957ba78696701e8401d42123979fe

See more details on using hashes here.

File details

Details for the file zenpass-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: zenpass-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for zenpass-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e452d51165a29d6470f355f502282bfb80198db47886a8fb9039e77f352e39c8
MD5 9ccac20e9fffd631a6aae0fe4bcd67b9
BLAKE2b-256 03b7aa526d5aa565b635cdf28214c619fcb5c106931694fc9adbab9aa8561086

See more details on using hashes here.

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