An open API service indexing awesome lists of open source software.

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: about 1 month ago
JSON representation

Firefox browser extension to check whether the webpage is protected with post-quantum encryption

Awesome Lists containing this project

README

        

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](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`.