All activity
Opentestudox is a privacy-first messaging system where encryption happens on your device, not the server.
The server acts only as a relay β it cannot read messages or control keys.
Built with client-side cryptography (WASM/libsodium) and locally generated passphrases using secure randomness.
This project explores a core question:
Can we reduce trust in web-based systems, or only shift it?

OpentestudoxPrivate messaging with local encryption
opentestudoxleft a comment
Hey everyone π I built Opentestudox while exploring a problem that kept bothering me: π In browser-based E2E apps, how do we trust the client code itself? Most messaging apps focus on encryption, but not on how that code is delivered and whether it can be trusted. This project experiments with: β’ Running cryptography fully on the client (browser/WASM) β’ Minimizing server responsibility...

OpentestudoxPrivate messaging with local encryption
