SQrypt scans your codebase for quantum-vulnerable cryptography and replaces it with NIST FIPS 203 compliant hybrid encryption — in three lines of code.
The threat
Adversaries are already storing your encrypted data today, waiting for quantum computers to arrive. When they do, your RSA and ECC keys become useless.
Nation-state actors are capturing encrypted enterprise traffic today. They need only wait for a CRQC to decrypt everything — including data encrypted years ago.
ACTIVE THREAT — 2026The US government requires all national security systems to migrate to post-quantum cryptography by 2030. Financial institutions and contractors are next.
DEADLINE — 2030NIST published FIPS 203 (ML-KEM) and FIPS 204 (ML-DSA) in 2024. The replacements exist. The migration hasn't started for most organizations.
STANDARD — FIPS 203/204The product
Two tools, one migration. Audit your codebase, then drop in quantum-resistant encryption without rebuilding your key infrastructure.
The scanner performs static analysis across your entire codebase — AST parsing for Python, comment-aware regex for 8 other languages. Every RSA key, ECC curve, and legacy hash is surfaced with exact file path, line number, and code snippet.
Output formats are built for compliance teams: PDF audit reports, CBOM JSON aligned to NIST PQC draft standards, and machine-readable findings for CI/CD integration.
The SDK wraps a hosted KMS implementing the NIST-recommended hybrid construction: X25519 for classical security today, ML-KEM-768 for quantum resistance tomorrow. All key operations happen server-side — key material never leaves the KMS boundary.
Drop it in wherever you currently use RSA or store sensitive fields. Card numbers, PII, API tokens — three lines of code.
How it works
Run the CLI scanner against your repository. SQrypt performs AST analysis on Python and regex analysis on 8 other languages, identifying every file and line using RSA, ECC, DH, or legacy hashes.
Receive a PDF audit report and machine-readable CBOM JSON. Your security team gets file-level evidence and a risk score. Your compliance team gets a cryptographic inventory aligned to NIST PQC standards.
Replace vulnerable encryption calls with SQryptClient. Three lines of code. The hosted KMS handles all key operations server-side — you store only ciphertext envelopes that contain no key material.
The hybrid construction (X25519 + ML-KEM-768) means both classical and quantum security are maintained simultaneously. If either primitive is found weak, the other provides the security floor.
Pricing
The CLI scanner is always free. The hosted KMS scales with your usage.
Request a free API key. We'll have you running in under 10 minutes.