A Python module for generating passwords using the DuckyPass API.
Project description
DuckyPassAPI
A Python module for generating passwords using the DuckyPass API.
Installation
pip install DuckyPass
Usage
import DuckyPass
# Generate a single secure password
password = DuckyPass("secure", 1)
print(password)
# Generate 5 simple passwords
passwords = DuckyPass("simple", 5)
print(passwords)
License
GPLv3
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
duckypass-1.0.2.tar.gz
(4.2 kB
view details)
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 duckypass-1.0.2.tar.gz.
File metadata
- Download URL: duckypass-1.0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4904269379ccf85608f23b108bced72f9a219bea59945fcf97ad4d5265debd2e
|
|
| MD5 |
09605ab00eee22880098a10cda235007
|
|
| BLAKE2b-256 |
9487c19a1136cacb36d1f3ce0b5a6e1dd05740b0a99db92f5a91df30159c98f5
|
File details
Details for the file duckypass-1.0.2-py3-none-any.whl.
File metadata
- Download URL: duckypass-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58e9431c2e6b220ea3b49f0ad79f2c002e33e90d94b468ec9fbee3097737b606
|
|
| MD5 |
92500607cb2d76e61babe9e4496569b9
|
|
| BLAKE2b-256 |
f3738b6221792ac01dbc18f5b6cb93dadfdbee56a08c2b58e10bee14d0ca0457
|