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.3.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.3.tar.gz.
File metadata
- Download URL: duckypass-1.0.3.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 |
2eb34903c2a261bd4e81039e1ffc72d1261fcec4ff56415008103ca8f0d89547
|
|
| MD5 |
817f0b4b5897a51fff97fe3fa5345450
|
|
| BLAKE2b-256 |
daf0116ddab69815a9ea3e3438490b0a80af245e3960e3f98d545e647b4e0f28
|
File details
Details for the file duckypass-1.0.3-py3-none-any.whl.
File metadata
- Download URL: duckypass-1.0.3-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 |
b7647534ec2511ed4e07497550898a4f7b21e451387ffe28c83af4b338a29a89
|
|
| MD5 |
f1f78cef53b9cf056cf1f90a2005ee3e
|
|
| BLAKE2b-256 |
ac943967ae833e0639a88694c554130541835f224ae9c12d2a095fac7f0f368b
|