I scanned Google.com for quantum vulnerabilities — they're already deploying post-quantum crypto (but it's not enough)

# opensource# security# go# quantum
I scanned Google.com for quantum vulnerabilities — they're already deploying post-quantum crypto (but it's not enough)Priyanshu Vishwakarma

I built an open-source post-quantum cryptography scanner called pqscan and decided to run a full scan...

I built an open-source post-quantum cryptography scanner called pqscan and decided to run a full scan against google.com. The results were surprising.

The Command


bash
pqscan --full-scan google.com
Enter fullscreen mode Exit fullscreen mode