Administrador de billeteras porque soy imbecil y me olvido de la mayoria de contraseñas complejas
Project description
Password Wallet
A CLI password manager that stores encrypted credentials and securely copies them to the clipboard, automatically clearing after 5 seconds.
Installation
pip install password-wallet
Usage
# Create a new vault (first run)
password-wallet key_file vault_file
# Add a new password
password-wallet key_file vault_file --new-password
# List stored credentials
password-wallet key_file vault_file --list
# Search and copy a password
password-wallet key_file vault_file --search-pass "platform_name"
# Delete a credential
password-wallet key_file vault_file --delete-pass "platform_name"
How it works
- Master password is derived using Argon2id (memory-hard KDF)
- Credentials are encrypted with Fernet (symmetric AES-128-CBC)
- Passwords are copied to clipboard and automatically cleared after 5 seconds
- Key file stores the Argon2 salt for password derivation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
password_wallet-0.1.0.tar.gz
(6.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 password_wallet-0.1.0.tar.gz.
File metadata
- Download URL: password_wallet-0.1.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f094b5f8d01eed5012fe532d6ac72230d16e89f86e038011662945c95d2b689
|
|
| MD5 |
9c5799aab2a8d67a56d88fbf17a8fd49
|
|
| BLAKE2b-256 |
7333c772cbe3c80a787302b6ce244a9ac1a8392ea3c7bcfa7bbf92fc6ef447a4
|
File details
Details for the file password_wallet-0.1.0-py3-none-any.whl.
File metadata
- Download URL: password_wallet-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5e87edfc48ff7deb7ceef6cb73b98a572da492443e2526277abc3825068e4f6
|
|
| MD5 |
2aae5565d4f8ffc7a161eb9284e19c1c
|
|
| BLAKE2b-256 |
82334ad07477efad92d264f2b1d9042383699d99af87dc58eee04e44b4b37b72
|