Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 961 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 961 Bytes

PQSpy

Firefox extension to quickly check if the webpage you're visiting was protected using post-quantum encryption.

Screenshot 2024-08-21 at 14 23 55

Install from addons.mozilla.org.

⚠️ Don't forget to enable PQC Kyber: go to about:config and set security.tls.enable_kyber and network.http.http3.enable_kyber to true. ⚠️

Installation from source

  1. Clone this repository: git clone https://github.com/bwesterb/pqspy.
  2. In Firefox, go to about:addons
  3. Click the gear, and then Debug Add-Ons.
  4. Press Load Temporary Add-on.
  5. Browse to manifest.json.

Also don't forget to turn on PQC (Kyber):

  1. Go to about:config and set security.tls.enable_kyber (and network.http.http3.enable_kyber if present) to true.