Cryptography is one of those topics where most companies operate on borrowed time. The algorithms protecting your data exports, your API communications, and your customer records were designed for a world where breaking them would require compute resources that didn't exist. That world is ending.
This isn't science fiction. NIST finalized its first post-quantum cryptography standards in August 2024. The US federal government has mandated PQC migration timelines. Banks and intelligence agencies are already running parallel PQC deployments. The question for business data isn't whether to care — it's when to start.
Two families of algorithms power most of today's cryptography: RSA (used for key exchange, signatures, TLS) and elliptic curve cryptography (ECDSA, ECDH — used in TLS, JWT tokens, Bitcoin, most modern crypto). Both rely on mathematical problems that classical computers can't solve in feasible time.
A sufficiently powerful quantum computer running Shor's algorithm breaks both in polynomial time. The same encrypted data that would take classical computers billions of years to crack becomes vulnerable in hours or days.
In August 2024, NIST published the first three post-quantum cryptography standards:
| Standard | Algorithm | Use Case | Security Basis |
|---|---|---|---|
| FIPS 203 | CRYSTALS-Kyber (ML-KEM) | Key encapsulation (replaces RSA/ECDH key exchange) | Module lattice problems |
| FIPS 204 | CRYSTALS-Dilithium (ML-DSA) | Digital signatures (replaces RSA/ECDSA signatures) | Module lattice problems |
| FIPS 205 | SPHINCS+ (SLH-DSA) | Digital signatures (hash-based, conservative choice) | Hash function security |
These algorithms are resistant to both classical and quantum attacks. The mathematical problems they're based on (lattice problems, hash functions) have no known quantum algorithm that solves them efficiently.
Every data export from Duck Data Master — CSV downloads, Parquet exports, query result files — is signed with a CRYSTALS-Dilithium (ML-DSA) signature. This signature is a cryptographic proof that:
The signature is stored as a sidecar file alongside the export (filename.csv.sig). Verification is available via the Duck Data Master CLI or the verification endpoint in your instance. Third parties can verify your data exports without needing access to your instance — just your public key.
Encryption protects data in transit and at rest. Signatures prove provenance and integrity — that a specific dataset was produced by a specific system at a specific time and hasn't been altered. For business data, the integrity proof is often more valuable than the confidentiality. When a counterparty disputes the content of a data export, a verifiable signature resolves it immediately. No dispute over what the data said when it left your system.
Regulators increasingly require evidence that data exports haven't been tampered with. A PQC-signed export creates a verifiable audit trail that holds up even if the signature algorithm evolves — the NIST standard ensures long-term verifiability.
When you share an analysis with a partner, customer, or auditor, the recipient can verify the data came from your system and hasn't been modified. This matters in M&A due diligence, financial reporting, and any context where the source of data is material.
A dataset that will be referenced in a 10-year contract needs a signature that will still be verifiable in 10 years — after the RSA ecosystem has been replaced. CRYSTALS-Dilithium is designed to survive that window.
| Timeline | Development | Implication |
|---|---|---|
| 2024 | NIST PQC standards finalized (FIPS 203/204/205) | Algorithm selection complete — safe to deploy |
| 2025–2027 | Federal agencies required to begin PQC migration | Government supply chain will require PQC compliance |
| 2028–2030 | RSA/ECDSA deprecated in US federal systems | Legacy signatures invalid for federal work |
| 2030–2040 | Cryptographically-relevant quantum computers possible | RSA/ECDSA breaks become practical |
The time to start is now — not because the threat is immediate, but because data exported today may still be in circulation when the threat becomes real. Signing now, with NIST-standardized algorithms, means your data's integrity proof survives the transition.
PQC-signed exports are included in the Guru Plan. 3-day free trial.
Start Free Trial →Questions? support@duckdatamaster.guru