<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: QVS Quantum Vulnerability Scanner</title>
    <description>The latest articles on DEV Community by QVS Quantum Vulnerability Scanner (@qvs_quantumvulnerability).</description>
    <link>https://dev.to/qvs_quantumvulnerability</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3878714%2Ff770b4eb-5bc8-4ad2-81f0-fc0bcde1893b.png</url>
      <title>DEV Community: QVS Quantum Vulnerability Scanner</title>
      <link>https://dev.to/qvs_quantumvulnerability</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/qvs_quantumvulnerability"/>
    <language>en</language>
    <item>
      <title>I built a quantum vulnerability scanner in 2 weeks — here's what I learned</title>
      <dc:creator>QVS Quantum Vulnerability Scanner</dc:creator>
      <pubDate>Tue, 14 Apr 2026 13:31:26 +0000</pubDate>
      <link>https://dev.to/qvs_quantumvulnerability/i-built-a-quantum-vulnerability-scanner-in-2-weeks-heres-what-i-learned-300b</link>
      <guid>https://dev.to/qvs_quantumvulnerability/i-built-a-quantum-vulnerability-scanner-in-2-weeks-heres-what-i-learned-300b</guid>
      <description>&lt;p&gt;When I was a kid, I played tabletop RPGs with a guy who was always ten times smarter than the rest of us — and always chose the evil side. Years later, he became a nuclear physicist. Now he's reportedly working on quantum computers at the bleeding edge.&lt;/p&gt;

&lt;p&gt;If he's building the weapons, maybe I should build the walls.&lt;/p&gt;

&lt;p&gt;That's why I built QVS.&lt;/p&gt;

&lt;p&gt;NIST has set 2030 as the deadline for organizations to migrate away from quantum-vulnerable cryptography. RSA, ECC, SHA-1 — algorithms we rely on every day — will be broken by quantum computers running Shor's algorithm. Most organizations have no idea where they stand.&lt;/p&gt;

&lt;p&gt;I wanted to fix that, so I built QVS — a free web tool that scans your URLs, files, and code for quantum-vulnerable cryptography in seconds.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;You enter a URL, upload a file, or paste code (Python, JS, Java, Go, C#). QVS checks for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;RSA key exchange in TLS&lt;/li&gt;
&lt;li&gt;ECDSA/ECDH with non-post-quantum curves&lt;/li&gt;
&lt;li&gt;SHA-1 in certificates&lt;/li&gt;
&lt;li&gt;AES-128 (reduced to 64-bit security by Grover's algorithm)&lt;/li&gt;
&lt;li&gt;Weak cipher suites&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You get a Quantum Readiness Score from 0-100 with a letter grade and specific findings with remediation recommendations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Python 3.11, FastAPI, Uvicorn&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Vanilla HTML/CSS/JS (no React, no framework)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scanner:&lt;/strong&gt; 46 regex detection patterns + pyca/cryptography + stdlib ssl&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PDF reports:&lt;/strong&gt; ReportLab&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Payments:&lt;/strong&gt; Stripe Checkout&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deploy:&lt;/strong&gt; Docker on Render.com&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Total build time: about 2 weeks.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I learned
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Keep it simple.&lt;/strong&gt; I almost reached for React. Glad I didn't. Vanilla JS made the frontend trivially fast to iterate on.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Regex gets you surprisingly far.&lt;/strong&gt; Pattern matching isn't a deep cryptographic analysis, and I'm upfront about that. But for a quick surface-level audit, it catches the most common issues that matter for post-quantum readiness.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ship before it's perfect.&lt;/strong&gt; The scanner doesn't cover everything. But it covers enough to be useful, and real user feedback will tell me what to add next.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Free scan, no signup: &lt;a href="https://qvs.app" rel="noopener noreferrer"&gt;https://qvs.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There's an optional $49 premium report with executive summary, compliance timeline, and remediation roadmap if you need something to hand to your CTO.&lt;/p&gt;

&lt;p&gt;I'd love feedback — what patterns or checks would you want to see added?&lt;/p&gt;

</description>
      <category>security</category>
      <category>cybersecurity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
