A simple command-line tool to generate secure keys and passwords
Project description
GenKey
A simple command-line tool to generate secure keys and passwords.
Installation
pip install genkey
Usage
Generate a key (default 32 characters):
genkey
Generate a 12-character key:
genkey -c 12
Generate a key without special characters:
genkey -s
Generate a key without numbers:
genkey -n
Combine options:
genkey -c 16 -s -n
Features
- Generates cryptographically secure random keys
- Customizable length
- Option to exclude special characters
- Option to exclude numbers
- Automatically copies to clipboard
- Cross-platform (Windows, macOS, Linux)
Requirements
For clipboard functionality:
- Windows: No additional requirements
- macOS: No additional requirements
- Linux: xclip (can be installed via
sudo apt-get install xclipon Debian/Ubuntu)
License
This project is licensed under the MIT License - see the LICENSE file for details.
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 genkey-0.1.0.tar.gz.
File metadata
- Download URL: genkey-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
892c758d272bc706628ce64dd01d9f36272e262161f1e9500ae7ae9ace361fb5
|
|
| MD5 |
ee4b7f989f87460e7691b35d7c359630
|
|
| BLAKE2b-256 |
4277e57ff35309e79ffb8cd3b5761ed2e822caa7b4fa43770ea151e5fa2195e0
|
File details
Details for the file genkey-0.1.0-py3-none-any.whl.
File metadata
- Download URL: genkey-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dbae57fa84a0435cd351b6d848abe557bbf8cfae6847c829875b437fa83c452
|
|
| MD5 |
678c1b31ea0f707097e1f09625b7df30
|
|
| BLAKE2b-256 |
4077cd3e023f6313f5e2c947970edc84940de6bc8fd8eef16780385ca1dcac49
|