Qt-Vault Helm Repository

Quantum-safe Kubernetes operator for managing encrypted secrets using post-quantum cryptography.

GitHub

Installation

helm 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

Available Charts

ChartVersionApp Version
qt-vault0.1.00.1.0

Cryptography

This operator uses NIST-standardized post-quantum algorithms:

AlgorithmPurposeStandard
ML-KEM-768Key EncapsulationNIST FIPS 203
X25519Classical Key ExchangeRFC 7748
ML-DSA-65Digital SignaturesNIST FIPS 204
Ed25519Classical SignaturesRFC 8032

Hybrid mode combines classical and post-quantum algorithms for defense in depth.

Container Images

ghcr.io/mcman2017/qt-vault:v0.1.0

qt-seal CLI

Download the qt-seal CLI to seal secrets client-side:

PlatformArchitectureDownload
macOSARM64 (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