Secure terminal-based password manager with encryption and interactive CLI
Project description
PulseGuard
Terminal password manager with encryption and interactive CLI.
Features
- Argon2 key derivation with AES-256 encryption
- Interactive terminal UI with search
- Password generator
- Categories, tags, and favorites
- Security audit (duplicates, reuse detection)
- Clipboard support
- CLI and Python API
Installation
pip install pulseguard
Or from source:
git clone https://github.com/KazeTachinuu/pulseguard.git
cd pulseguard
uv sync
Usage
Interactive Mode
pulseguard
Command Line
pulseguard list # List passwords
pulseguard add # Add password
pulseguard get # Get password
pulseguard edit # Edit password
pulseguard delete # Delete password
pulseguard search # Search passwords
pulseguard genpass # Generate password
pulseguard stats # Vault statistics
pulseguard check # Security health check
pulseguard --version # Show version
Python API
from pulseguard import Vault, PasswordEntry
vault = Vault()
entry = PasswordEntry("Gmail", "user@gmail.com", "password")
vault.add(entry)
# Get all entries
entries = vault.get_all()
# Search
results = vault.search("gmail")
Configuration
export PULSEGUARD_VAULT_PATH="/path/to/vault.json"
Default: ~/.pulseguard/vault.json
Security
- Argon2id: 2 iterations, 64 MiB memory, 4 parallelism
- File permissions: 0600
- Master password always required
- AES-128 (Fernet) encryption for all vault data
Development
uv sync # Install dependencies
./setup-hooks.sh # Install git hooks
uv run pytest # Run tests
uv run ruff check src tests # Lint
uv run black src tests # Format
License
MIT
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
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 pulseguard-0.5.0.tar.gz.
File metadata
- Download URL: pulseguard-0.5.0.tar.gz
- Upload date:
- Size: 77.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dca4da84060d7a70268547848b00eb920a7fdba861e3b46316ebe9a441d495c5
|
|
| MD5 |
48a3343f487e79ae236645f1794574e0
|
|
| BLAKE2b-256 |
7dc5f55a2b6dcc536e011b6556f490ff555d144f95ec80f5dc2ceb34bbc07196
|
Provenance
The following attestation bundles were made for pulseguard-0.5.0.tar.gz:
Publisher:
workflow.yml on KazeTachinuu/pulseguard
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pulseguard-0.5.0.tar.gz -
Subject digest:
dca4da84060d7a70268547848b00eb920a7fdba861e3b46316ebe9a441d495c5 - Sigstore transparency entry: 705318994
- Sigstore integration time:
-
Permalink:
KazeTachinuu/pulseguard@22c361a3438b39738596908d04c7ba5b8fd075ab -
Branch / Tag:
refs/tags/v0.5.0 - Owner: https://github.com/KazeTachinuu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
workflow.yml@22c361a3438b39738596908d04c7ba5b8fd075ab -
Trigger Event:
push
-
Statement type:
File details
Details for the file pulseguard-0.5.0-py3-none-any.whl.
File metadata
- Download URL: pulseguard-0.5.0-py3-none-any.whl
- Upload date:
- Size: 27.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c989f840baea90eb9f33d21599ad41b8f37b24eb161fdf8bcaa4842f65f506c1
|
|
| MD5 |
c4234cb38616410acbf90ba5c23f2216
|
|
| BLAKE2b-256 |
e75b34b9f2b02e5a616e9874d8deed5fda9e207dc55506c65079b977d462a265
|
Provenance
The following attestation bundles were made for pulseguard-0.5.0-py3-none-any.whl:
Publisher:
workflow.yml on KazeTachinuu/pulseguard
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pulseguard-0.5.0-py3-none-any.whl -
Subject digest:
c989f840baea90eb9f33d21599ad41b8f37b24eb161fdf8bcaa4842f65f506c1 - Sigstore transparency entry: 705318998
- Sigstore integration time:
-
Permalink:
KazeTachinuu/pulseguard@22c361a3438b39738596908d04c7ba5b8fd075ab -
Branch / Tag:
refs/tags/v0.5.0 - Owner: https://github.com/KazeTachinuu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
workflow.yml@22c361a3438b39738596908d04c7ba5b8fd075ab -
Trigger Event:
push
-
Statement type: