SECURE CHANNEL // SECURITY POSITION
TRUST
NEEDS
PROOF.
Using encryption is a foundation, not a finished security claim. This page separates what the clients do now from what must still be deployed, tested, and independently reviewed.
NON-NEGOTIABLE RULES
WHAT WE WILL NOT FAKE.
- We do not invent a custom encryption algorithm for chat content.
- We do not build an owner or administrator backdoor for decrypting private messages.
- We do not log passwords, access tokens, recovery secrets, encryption keys, or private-message bodies.
- We do not call server-visible metadata anonymous.
- We do not publish automatic updates that pass without a valid signature and package hash.
- We do not place the Matrix homeserver database on shared cPanel hosting.
BEFORE A PUBLIC SECURITY CLAIM
THE WORK
STILL OWED.
DEVICE TRUSTSAS/QR verification, recovery-key setup and restore, device listing, and remote revocation.
INFRASTRUCTUREReal homeserver integration, rate-limit and abuse testing, monitoring, encrypted backups, and restore drills.
RELEASE CHAINOffline signing-key handling, signed update manifests, package hash enforcement, and Windows code signing.
INDEPENDENT REVIEWAuthentication, recovery, client storage, updater, server configuration, and penetration testing by somebody outside the implementation work.