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 git+https://github.com/maxrhys/PythonDuckyPassAPI.git
Usage
from duckypassapi.duckypass 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.0.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.0.tar.gz.
File metadata
- Download URL: duckypass-1.0.0.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 |
5c6d8e39c39a71ee5929bee763803619b89c5d5be63b29fb2a612af1cb49373f
|
|
| MD5 |
ef03c5921a05323a6a4e1345127e9010
|
|
| BLAKE2b-256 |
bca1de06b88bf0aaa87e884da8023caf20da80f54d348d54f168f54ad3e4737b
|
File details
Details for the file duckypass-1.0.0-py3-none-any.whl.
File metadata
- Download URL: duckypass-1.0.0-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 |
0658de2d2cae7dcefbc946569db94f2731cdcd9e3b4f86ce3360bdc886a5192b
|
|
| MD5 |
79d321a80d3dd6b1d5d242708e87332c
|
|
| BLAKE2b-256 |
f4ca797b31db7193ed6d11d0f3dbbd395c1e2a887e21fdb2e7788a6b2d21bcf1
|