Shifre is a Python password generator library.
Project description
shifre
Shifre is a Python password generator.
This library creates highly secure password with randomness and pure Python.
You can generate passwords like this:
2X3i;6Z364dMR0v7SViyafwBx8>,20xybH232;Zp69875i!7LL")cN2F5rh^h
?r018u91>J0hEld6(NMC1Xot7el!ojh)7ualOxP
%Y85Ibq}:aEVjX0'6$C)>8>6L_7Abb#5+;Dvxi0-Le"
Installation
$ pip install shifre
Usage
import shifre
# Character count, digit count, symbol count and allow upper case
# returns a string password
password = shifre.generatePassword(64,10,15,True)
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
shifre-0.1.2.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file shifre-0.1.2.tar.gz
.
File metadata
- Download URL: shifre-0.1.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
801fc3454b38921e5726479a3bd015d9dfbf837dfb54c6b6819d943fbf0e904a
|
|
MD5 |
d90efc78c70624b03e2c42c24484bfed
|
|
BLAKE2b-256 |
e92f24fdf57282e272a1c4076f32d5305e40e26d3c17a1b4050d224c6223dfbb
|
File details
Details for the file shifre-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: shifre-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9c8d6bc8d30dd514c2f731902f726e8314bac9539419a75b8a50a182daa5df76
|
|
MD5 |
078bbc4a9daec59da7239f85354971b2
|
|
BLAKE2b-256 |
91babc5aa8bc60133b1c848e3a08395b06dfcfc174498c60a86392118dd4cb00
|