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
from DuckyPass import DuckyPassAPI
# 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.4.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.4.tar.gz.
File metadata
- Download URL: duckypass-1.0.4.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 |
1524c79f20902a5e9cc00d3e0dfbad0c77c2b72aabbc6528dc58a3610c24edfa
|
|
| MD5 |
bf889bd29a39b1ec0cd66df61e3de280
|
|
| BLAKE2b-256 |
93342ebed8dd4fe287c7cde5849ff2afe6ee8d740c95327f0c044424f6707456
|
File details
Details for the file duckypass-1.0.4-py3-none-any.whl.
File metadata
- Download URL: duckypass-1.0.4-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 |
0b7cdbcad0b3ef49ae7d785155ba8cd5e38852f8b8ccd3f3652cfd7449b720ca
|
|
| MD5 |
e57487c593de961408789d071c883b43
|
|
| BLAKE2b-256 |
a622f72a62bcfda30051fcfa1f2c0a0e1317d3a58f9b0c66f0f7c7e1e74382dd
|