A useful key generator.
Project description
RandKey
This lib can be used to generate random keys that can be used for a password salt, a cdk for your program, or maybe a scurity key for your fist website!
Usage (Python):
# Import the lib
from RandKey import GenKey
# Generate the key and store it in a variable
GeneratedKey = GenKey(size=32) # The defult size is 64
# Print out the key
print(GeneratedKey)
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
RandKey-1.0.2.tar.gz
(1.5 kB
view details)
File details
Details for the file RandKey-1.0.2.tar.gz.
File metadata
- Download URL: RandKey-1.0.2.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
801e236a3672bfd307a820a93348d29fff8fbcf7436daa0cbf45f43d0852cc09
|
|
| MD5 |
b89462f4b26226ccc4cafffdd0255af4
|
|
| BLAKE2b-256 |
1716d5bc48061e1e831c2c7bcf58e44345ce4949428892029868c561f32c8533
|