Skip to main content

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


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 hashes)

Uploaded Source

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