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.4.4.tar.gz (75.2 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.4.4-py3-none-any.whl (25.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pulseguard-0.4.4.tar.gz
Algorithm Hash digest
SHA256 2f638a1c5d9ebfb6a1b4eff45b5ef0475e173b951c3cf0ceb29fa54f6cfd0731
MD5 ad1efcd12a00537dbfad72373c50aa0f
BLAKE2b-256 119d184f774009427336fe74980fd8ab3b5c1a172f8afdfccba46a04252947c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pulseguard-0.4.4.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.4.4-py3-none-any.whl.

File metadata

  • Download URL: pulseguard-0.4.4-py3-none-any.whl
  • Upload date:
  • Size: 25.8 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.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5b4e3f0cea312c0251d019720c4d73823cfaa67fb8382db163b6271d1246fe76
MD5 2c689f36ade9a9c454a8554d59deece7
BLAKE2b-256 6d6ab9a1db44210054cf6651a3466da3d41dd812863f4770fbc43b574d6aa4f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pulseguard-0.4.4-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