Quantum-safe Kubernetes operator for managing encrypted secrets using post-quantum cryptography.
GitHubhelm repo add qt-vault https://mcman2017.github.io/qt-vault-public
helm repo update
helm install qt-vault qt-vault/qt-vault -n qt-vault --create-namespace
| Chart | Version | App Version |
|---|---|---|
| qt-vault | 0.1.0 | 0.1.0 |
This operator uses NIST-standardized post-quantum algorithms:
| Algorithm | Purpose | Standard |
|---|---|---|
| ML-KEM-768 | Key Encapsulation | NIST FIPS 203 |
| X25519 | Classical Key Exchange | RFC 7748 |
| ML-DSA-65 | Digital Signatures | NIST FIPS 204 |
| Ed25519 | Classical Signatures | RFC 8032 |
Hybrid mode combines classical and post-quantum algorithms for defense in depth.
ghcr.io/mcman2017/qt-vault:v0.1.0
Download the qt-seal CLI to seal secrets client-side:
| Platform | Architecture | Download |
|---|---|---|
| macOS | ARM64 (Apple Silicon) | qt-seal-darwin-arm64 |
Installation:
curl -LO https://github.com/mcman2017/qt-vault-public/releases/download/v0.1.0/qt-seal-darwin-arm64
chmod +x qt-seal-darwin-arm64
sudo mv qt-seal-darwin-arm64 /usr/local/bin/qt-seal