Releases: Tausif-11/secure-credentials-cli
Releases · Tausif-11/secure-credentials-cli
Release list
v1.0.0-stable: Initial Production Release
🛡️ Secure Cryptographic Core
Initial stable release of our zero-knowledge command-line password vault. This architecture provides high-tier cryptographic protection for locally stored credentials.
✨ Key Features
- Argon2id KDF: Configured with high memory and time parameters to eliminate GPU/ASIC brute-force vulnerability.
- AES-256-GCM: Authenticated symmetric encryption guarding data privacy while systematically preventing ciphertext file-tampering.
- Timing-Attack Resistance: Employs constant-time string verification routines during user validation sequences.
- Visible Input Stream: Clean console mechanics for secure deployment in developer-controlled environments.
📦 Installation & Setup
- Clone the repository and navigate to the project root.
- Install dependencies:
pip install -r requirements.txt - Launch your secure vault instance:
python main.py
Full Changelog: https://github.com/Tausif-11/secure-credentials-cli/commits/security-tools