To generate random and strong passwords.
Reason this release was yanked:
Latest versions are bug free
Project description
GenPasswd
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
Issues:
If you encounter any problems, please file an issue along with a detailed description.
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file genpasswd-1.1.3.tar.gz.
File metadata
- Download URL: genpasswd-1.1.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a5da600fa85f12465b1f3ceeaea9df1c5daa3757bcbb50a8426e0e8164768da
|
|
| MD5 |
45af2fd2f6fea918d53d8bdd896169e8
|
|
| BLAKE2b-256 |
e7aba6cac9e346e706d56d6c25d1fce8a707814894cacd327c197a6cbc98c883
|
File details
Details for the file genpasswd-1.1.3-py3-none-any.whl.
File metadata
- Download URL: genpasswd-1.1.3-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d099a561ef2c4702a6963102b74c8f0c994cb6975fa123a3cdcb50d358dc04bb
|
|
| MD5 |
ea88a19b240c371105fb570b2e494ac6
|
|
| BLAKE2b-256 |
2c4786faa901278f06a3a4972a4b7a3fa55fd89128648dfa08a6c4b430617ce7
|