QuantumBlue CLI is a production-ready, security-hardened toolkit for Post-Quantum Cryptography (PQC) and legal-tech evidence preservation. It empowers organizations to migrate existing cryptographic infrastructure to NIST-standardized quantum-resistant algorithms while ensuring legal admissibility of electronic records under Indian law (IT Act, Indian Evidence Act).
- Cryptographic Agility: Hybrid signature scheme (ML-DSA + ECDSA) ensuring both quantum-resistance and immediate classical compatibility.
- Evidence Integrity: RFC 3161 timestamping integration and tamper-evident audit logging for Section 65B(4) compliance.
- Standardized Discovery: Automated generation of Cryptographic Bill of Materials (CBOM) for Go binaries, compiled binaries (ELF), and infrastructure configurations.
- Risk-Based Remediation: Automated inventory risk scoring (CRITICAL to LOW) to prioritize cryptographic migration efforts.
makeScan infrastructure and generate a prioritized CBOM report:
./bin/qb -mode=analyze -target=/path/to/infrastructure
cat inventory.jsonGenerate identity and seal files with PQC:
./bin/qb -mode=identity
./bin/qb -mode=seal -file=my-secret-doc.pdfApache License 2.0