https://github.com/bwesterb/pqspy
Firefox browser extension to check whether the webpage is protected with post-quantum encryption
https://github.com/bwesterb/pqspy
firefox-extension kyber ml-kem post-quantum
Last synced: 4 months ago
JSON representation
Firefox browser extension to check whether the webpage is protected with post-quantum encryption
- Host: GitHub
- URL: https://github.com/bwesterb/pqspy
- Owner: bwesterb
- License: bsd-3-clause
- Created: 2024-04-09T11:36:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T09:47:40.000Z (12 months ago)
- Last Synced: 2025-05-08T20:41:39.255Z (6 months ago)
- Topics: firefox-extension, kyber, ml-kem, post-quantum
- Language: JavaScript
- Homepage: https://pq.cloudflareresearch.com
- Size: 238 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PQSpy
=====Firefox extension to quickly check if the webpage you're visiting
was protected using post-quantum encryption.
Install from [addons.mozilla.org](https://addons.mozilla.org/en-GB/firefox/addon/pqspy/).
⚠️ 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):
6. Go to `about:config` and set `security.tls.enable_kyber`
(and `network.http.http3.enable_kyber` if present) to `true`.