To generate random and strong passwords.
Project description
Zenpass
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
Built Distribution
File details
Details for the file zenpass-1.0.1.tar.gz
.
File metadata
- Download URL: zenpass-1.0.1.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1090832037367073d455b1e633e2226afd5c43e31d368cd42101894438794de |
|
MD5 | b8654b501b6c8fa9067dc0ded1b6d81e |
|
BLAKE2b-256 | dd967756ed3e8334bf146b29b92025afb1dd0d9a9d546b22e17d55ced1490507 |
File details
Details for the file zenpass-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: zenpass-1.0.1-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61020aee644d77f5a637fa897ab2f65e0773462fb01b2e9d0d920935d9d69ae4 |
|
MD5 | d72c908f4269fbd2fd7509038513533a |
|
BLAKE2b-256 | 76b0f86334a5e28e06eaa047b238ae522574b52807e5a6c0e3fa8d596f6db1be |