Skip to content

Releases: Tausif-11/secure-credentials-cli

v1.0.0-stable: Initial Production Release

Choose a tag to compare

@Tausif-11 Tausif-11 released this 26 Jun 03:10
cdc12b0

🛡️ 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

  1. Clone the repository and navigate to the project root.
  2. Install dependencies: pip install -r requirements.txt
  3. Launch your secure vault instance: python main.py

Full Changelog: https://github.com/Tausif-11/secure-credentials-cli/commits/security-tools