Skip to main content

Secure terminal-based password manager with encryption and interactive CLI

Project description

PulseGuard

Terminal password manager with encryption and interactive CLI.

PyPI version Python License: MIT

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pulseguard-0.5.1.tar.gz (77.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pulseguard-0.5.1-py3-none-any.whl (28.6 kB view details)

Uploaded Python 3

File details

Details for the file pulseguard-0.5.1.tar.gz.

File metadata

  • Download URL: pulseguard-0.5.1.tar.gz
  • Upload date:
  • Size: 77.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pulseguard-0.5.1.tar.gz
Algorithm Hash digest
SHA256 2d8d11194063b69258f67c50f64032a46b03e1da9f29a8ae8d4770bd376eb77d
MD5 ea807c932fac227b75c5296eff3c1add
BLAKE2b-256 b7cbd1a004766afb4b8f51d4268ac98356bc67569684c1aaa340f29d5deb0d87

See more details on using hashes here.

Provenance

The following attestation bundles were made for pulseguard-0.5.1.tar.gz:

Publisher: workflow.yml on KazeTachinuu/pulseguard

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pulseguard-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: pulseguard-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 28.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pulseguard-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ced0389c66b6230e26c32e293b463c2385f75caa229c60837528791e0d68dde9
MD5 929e551cb146ff41115f5c6156c666de
BLAKE2b-256 78bd4a7f7b67ff60581dba0a194ddf3064e471b49582f92a41a9e7f8a06c3975

See more details on using hashes here.

Provenance

The following attestation bundles were made for pulseguard-0.5.1-py3-none-any.whl:

Publisher: workflow.yml on KazeTachinuu/pulseguard

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page