Documentation
Discover cryptographic usage and emit a CycloneDX Cryptography Bill of Materials with post-quantum posture.
The vulnetix cbom command discovers cryptographic algorithms, certificates and crypto libraries used in a project — in source code and configuration — and produces a Cryptography Bill of Materials (CBOM) in CycloneDX format, classifying each algorithm for post-quantum posture.
This page is generated from the detection catalog (
internal/cbom/catalog/*.json). Runjust gen-cbomafter editing the catalog.
Four passes, all driven by a maintainable catalog:
crypto/*, Python hashlib/pyca, Java JCA, Node crypto, …) plus generic call extractors. Algorithm spellings are case/separator-insensitive: SHA256, Sha256, sha256 and SHA_256 all resolve to one canonical SPDX algorithm.Ciphers/KexAlgorithms/MACs, JWT alg, OpenSSL/IPsec settings.Every algorithm is tagged quantum-safe, quantum-vulnerable, deprecated or hybrid, carries its CycloneDX nistQuantumSecurityLevel (0–6) and classicalSecurityLevel, and an annotated per-country approval matrix. Use --fail-on quantum-vulnerable (or deprecated) to gate CI.
The builtin catalog (version 2026.06.1) covers 41 algorithms and 12 crypto libraries, including the NIST PQC standards (ML-KEM, ML-DSA, SLH-DSA), FN-DSA, HQC, FrodoKEM, Classic McEliece, LMS/HSS, XMSS, the regional KpqC selections (HAETAE, AIMer, SMAUG-T, NTRU+) and the de-facto hybrid groups (X25519MLKEM768, …).