Why both problems reward the same underlying capability — and how security leaders can act on it in the next 90 days.
Security leaders are increasingly being asked two questions in the same quarter: is the organization ready for post‑quantum cryptography, and can it support gasless transactions without weakening control? The problems are different, but they reward the same discipline — inventory, written policy, telemetry and phased rollout — and they fail the same way when those are missing. The underlying question, in both cases, is how quickly the organization can change a cryptographic or trust assumption without disrupting the business.
The post‑quantum transition is no longer theoretical. NIST has approved three post‑quantum standards — FIPS 203 (ML‑KEM), FIPS 204 (ML‑DSA) and FIPS 205 (SLH‑DSA)[1],[2] — and the NSA's CNSA 2.0 suite sets a 2035 horizon for U.S. national security systems[6]. Federal civilian agencies have a parallel mandate under National Security Memorandum 10 (NSM‑10), OMB Memorandum M‑23‑02[4],[5] and the Quantum Computing Cybersecurity Preparedness Act[7] of 2022, all of which require cryptographic inventories and migration plans; the MITRE‑led Post‑Quantum Cryptography Coalition reflects the industry response. The joint CISA / NSA / NIST quantum readiness roadmap[3],[6], along with similar work at the European level[13], points in the same direction. The message is unglamorous but clear: start the inventory now, plan the migration in phases, and assume that long‑lived secrets are already exposed through harvest‑now, decrypt‑later collection.
The closest prior precedent is the SHA‑1 deprecation — a phased migration with multi‑year public notice and predictable failure modes for organizations that started late. Major browsers phased out trust in SHA‑1 certificates between 2014 and 2017[10], and several enterprises learned at the last minute that internal CAs, build pipelines, and embedded devices had quietly assumed the algorithm would last forever. The PQC takeaway has the same shape: long‑lived data and long‑lived trust chains need migration plans now, while the algorithms they will migrate to are finally stable.
A workable migration model starts with three questions:
This framing lets teams rank systems by exposure rather than try to fix crypto everywhere at once. The systems where harvest‑now, decrypt‑later stops being theoretical are usually the same ones with the longest secret lifetimes — VPN concentrators, code‑signing pipelines, certificate authorities and archived TLS sessions. The asymmetry built into NIST and NSA guidance helps prioritize further[2],[6]: RSA, ECDH and ECDSA are most exposed, while AES‑256 and modern hashes survive with parameter adjustments rather than redesign.
When the DigiNotar CA was compromised in 2011[8],[9], the organizations that survived without an outage were largely the ones that already knew where every certificate lived. The cryptography was healthy; the trust assumption underneath it had to be replaced overnight, and the cost of replacement tracked inventory quality, not cryptographic sophistication.
Picture a familiar scenario. A regional bank prepares a routine certificate rotation on its mobile banking apps. Somewhere in a vendor SDK shipped years earlier — through two acquisitions and a brand refresh — a hard‑coded RSA‑2048 check is pinned. The cert has to roll; the SDK accepts nothing else; the rollout window is a single weekend. A non‑trivial share of users is forced into an app update, and the support queue absorbs the cost. No attacker has to engineer the incident, and no quantum computer is in the room. The team has demonstrated to itself that it cannot change a cryptographic primitive without breaking the business — which is what crypto agility, before any algorithm choice, actually means in practice. After an outage of this shape, the post‑quantum conversation becomes easy. The hard part — funding, prioritization and getting platform teams to agree that algorithm choice belongs in a configuration file — is pre‑sold by a 36‑hour weekend no one wants to repeat. The scenario is hypothetical only in the sense that the names are not named: the pattern recurs across cert rotation post‑mortems in financial services, with mobile pinning, vendor SDK lineage and hidden algorithmic assumptions that quietly survive several acquisitions.
A low‑friction approach tends to work better than a large, isolated PQC project.
The sequence reduces unknown dependencies, implementation brittleness, and rollout risk together rather than one at a time.
The recommendations above assume a microservices or containerized environment where cryptographic operations can be reasonably wrapped behind interfaces. They do not transfer directly to legacy mainframe environments (COBOL on z/OS, IBM i / AS/400) or to embedded HSM appliances where algorithm choice is fixed in hardware — those cases call for dedicated replacement planning rather than agility retrofits. The gasless guidance that follows assumes EVM‑compatible chains with ERC‑4337 or ERC‑2771 semantics; account abstraction models elsewhere differ enough to warrant their own threat modeling. None of the cost or timing claims here should be read as quantitative predictions; they are qualitative direction informed by current standards and a small number of operational engagements.
Gasless transactions improve onboarding and conversion in Web3 and consumer fintech, but they relocate trust into a new layer. ERC‑4337 introduces account abstraction with bundlers and paymasters; ERC‑2771 supports meta‑transactions through relayers and trusted forwarders. The organization is now sponsoring user activity through an additional service that can be abused if it is not tightly governed.
The risks here are mostly not cryptographic — they are economic abuse, policy drift and availability. The most familiar pattern is also the most mundane: airdrop farming and similar high‑volume automated traffic, in which a sponsored paymaster effectively pays for an attacker's eligibility in someone else's campaign. It usually shows up first in the spend curve, a week or two after a campaign launches — a vertical line in sponsored gas that does not match the real user growth, while the wallet count chart still looks great. Adjacent failure modes include transactions that pass preliminary off‑chain checks but still consume sponsored gas on‑chain, and quiet concentration through a single relayer that becomes a censorship or front‑running surface. Public security audits of major ERC‑4337 implementations keep surfacing similar categories of finding: custom wallet validation logic, stake and deposit handling, and policy that has cleared off‑chain review but was never mirrored on‑chain[15],[16].
For an executive audience, the useful framing is that none of this is exotic. These are the abuse patterns security teams already deal with in payments, API misuse and rate‑limit bypass, moved into a layer that happens to settle on a blockchain.
Treat sponsorship like any other controlled financial or security service.
These controls address abuse, cost and availability together — the same control logic security teams already apply to payment systems, API gateways and privileged automation.
The board‑level question is not whether quantum risk or gasless UX is "good" or "bad." It is whether the organization can adjust trust assumptions safely, on schedule, with measurable controls. That framing avoids reflex panic, and it avoids the opposite mistake of treating migration and sponsorship as one‑time technical tasks instead of ongoing operational disciplines.
A workable plan for the next quarter usually contains the following elements rather than a single conclusive action:
What determines outcomes in either case is the underlying capability — being able to change a trust boundary without taking the business offline. It is not a one‑time project but an operating discipline; once it exists, most of the post‑quantum debate becomes scheduling rather than emergency.
Two questions worth opening to discussion. Where is your team finding the biggest surprises in its cryptographic inventory — vendor SDKs, build pipelines, embedded devices, or somewhere less obvious? And for those operating gasless products: where has the sponsorship policy in code first diverged from the policy enforced on‑chain?
Disclosure: the author advises organizations on cryptographic migration and Web3 security architecture. The recommendations above reflect general practice and do not endorse any specific vendor or product.
This article is published under HackerNoon's Business Blogging program.
[1]: National Institute of Standards and Technology (NIST). NIST Releases First 3 Finalized Post-Quantum Encryption Standards (August 2024). https://www.nist.gov/news-events/news/2024/08/nist-releases-first-3-finalized-post-quantum-encryption-standards
[2]: NIST Post-Quantum Cryptography Project. https://csrc.nist.gov/projects/post-quantum-cryptography
[3]: NIST Post-Quantum Cryptography (PQC) Program Overview. https://www.nist.gov/pqc
[4]: Office of Management and Budget (OMB). M-23-02: Migrating to Post-Quantum Cryptography (Full Memorandum). https://www.whitehouse.gov/wp-content/uploads/2022/11/M-23-02-M-Memo-on-Migrating-to-Post-Quantum-Cryptography.pdf
[5]: National Security Memorandum 10 (NSM-10). Overview and related federal guidance referenced in OMB M-23-02.
[6]: National Security Agency (NSA). Commercial National Security Algorithm Suite 2.0 (CNSA 2.0) and Post-Quantum Cybersecurity Resources. https://www.nsa.gov/Cybersecurity/Post-Quantum-Cybersecurity-Resources/
[7]: Quantum Computing Cybersecurity Preparedness Act. Regulatory framework overview. https://postquantum.com/quantum-policies/us-pqc-regulatory-framework-2026/
[8]: DigiNotar Certificate Authority Compromise. Detailed incident overview and references. https://en.wikipedia.org/wiki/DigiNotar
[9]: Fox-IT. DigiNotar Investigation Report (official technical investigation report). Available through Dutch government archives and referenced incident documentation.
[10]: SHA-1 Deprecation Timeline. Browser and Certificate Authority ecosystem documentation, including Chrome and Firefox security updates following CA trust improvements.
[11]: NIST Special Publication 1800-38. Migration to Post-Quantum Cryptography. https://csrc.nist.gov/pubs/sp/1800/38/iprd-(1)
[12]: Internet Engineering Task Force (IETF). Post-Quantum Cryptography guidance and PQUIP Working Group documents, including hybrid deployment recommendations. https://datatracker.ietf.org/wg/pquip/about/
[13]: European Telecommunications Standards Institute (ETSI). Quantum-Safe Cryptography Research and Standards Activities. https://www.etsi.org/technologies/next-generation-technologies/
[14]: ETSI Technical Specification TS 103 744. Hybrid Key Exchange Mechanisms.
[15]: Trail of Bits. Six Mistakes in ERC-4337 Smart Accounts. Security audit findings and analysis. https://blog.trailofbits.com/2026/03/11/six-mistakes-in-erc-4337-smart-accounts/
[16]: OpenZeppelin Security Audits and Research. Public reports covering access control, signature validation, smart contract security, and state management risks. https://www.openzeppelin.com/security-audits