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.1.tar.gz
(4.7 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.1.tar.gz.
File metadata
- Download URL: duckypass-1.0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e579a11417c417f673fe526c6cf50753425d2f606a30d5625fe97681c6af9b75
|
|
| MD5 |
a5988ac1ca6d03eb5b53d1c1f8c0b2d3
|
|
| BLAKE2b-256 |
3b3c8f0dfe04c0f8ab37be80e6d768210d4e3f428a732bc654fbd49df155bd6b
|
File details
Details for the file duckypass-1.0.1-py3-none-any.whl.
File metadata
- Download URL: duckypass-1.0.1-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 |
b05ccd1f68abefef467eee1cc436b141704e818f1592f7fcce147d6de24f7ab4
|
|
| MD5 |
24f6790728d91ff77920932f5864a954
|
|
| BLAKE2b-256 |
ef59e11c335a99fdb5c949f2e2e4702ef72dc45126b3c1f6d5baedb36daf5267
|