Serveless (and offline) encrypt and exchange files using asymetric PQC. Works by opening a single html file in the browser, download from the releases

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-12-12 17:30:06

Serveless (and offline) encrypt and exchange files using asymetric PQC. Works by opening a single html file in the browser, download from the releases and double click on it!

PQSpread is a quantum-safe file encryption and decryption tool that leverages the ML-KEM-512 (FIPS-203) algorithm combined with AES-GCM to ensure security against quantum threats. This application is built entirely in-house using the cutting-edge Zenroom virtual machine, providing a secure, client-side solution with no remote data storage required.

When loading the page, it automatically generates a secret key and the corresponding public key. Both are stored in the browser storage, if you refresh they won't change. To generate a new secret/public key, you need CTRL + F5

Leave a Comment