Voysd LogoVoysd
WebCrypto + WebRTC P2P

Secure Messaging.
Zero Logs.

Voysd connects browsers directly via WebRTC DataChannels. Messages and calls are encrypted locally in memory via ECDH key pairs, keeping metadata entirely offline.

Encryption Simulator

Verify the local WebCrypto AES-GCM-256 payload derivation sandbox.

Sender Input (Plaintext)
P2P Wire Payload (AES-GCM-256 Ciphertext)
{ "ciphertext": "prerendered...", "iv": "prerendered..." }
Peer Receiver Decrypted Result"Hello Voysd! This text is encrypted with local ECDH key exchange."