Holecard – CLI password manager with TOTP support
Holecard is a command-line interface (CLI) password manager that offers dual-key encryption and TOTP support. It allows users to manage passwords, SSH keys, and generate two-factor authentication codes securely. The tool integrates with system keyrings and supports biometric authentication on macOS devices.
- ▪Holecard features dual-key encryption using a master password and a secret key for enhanced security.
- ▪It supports TOTP for generating two-factor authentication codes and can manage SSH keys with ssh-agent integration.
- ▪Users can install Holecard from crates.io or GitHub and manage their password entries through a variety of commands.
Opening excerpt (first ~120 words) tap to expand
A secure CLI password manager with dual-key encryption, TOTP support, and SSH key management. Features Dual-key encryption - Master password + secret key for enhanced security Strong cryptography - Argon2id key derivation + AES-256-GCM encryption System keyring integration - Secure storage with macOS/Linux keychain TOTP support - Generate 2FA codes with auto-clipboard copy SSH key management - Store and manage SSH keys with ssh-agent integration Biometric authentication - Touch ID, Face ID, Apple Watch support on macOS Session caching - Avoid repeated password prompts with configurable timeout Quick Start # Install from crates.io cargo install holecard-cli # Initialize deck hc init # Add a hand hc hand add github -f username=myuser -f password=mypass # Get a hand hc hand get github # Copy…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.