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.0.tar.gz (77.1 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.0-py3-none-any.whl (27.8 kB view details)

Uploaded Python 3

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

Hashes for pulseguard-0.5.0.tar.gz
Algorithm Hash digest
SHA256 dca4da84060d7a70268547848b00eb920a7fdba861e3b46316ebe9a441d495c5
MD5 48a3343f487e79ae236645f1794574e0
BLAKE2b-256 7dc5f55a2b6dcc536e011b6556f490ff555d144f95ec80f5dc2ceb34bbc07196

See more details on using hashes here.

Provenance

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

Hashes for pulseguard-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c989f840baea90eb9f33d21599ad41b8f37b24eb161fdf8bcaa4842f65f506c1
MD5 c4234cb38616410acbf90ba5c23f2216
BLAKE2b-256 e75b34b9f2b02e5a616e9874d8deed5fda9e207dc55506c65079b977d462a265

See more details on using hashes here.

Provenance

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