Skip to content
OpenE2EE
OpenE2EE / Signal Protocol SDK (opens in a new tab)

Send an encrypted message

Alice encrypts your message. A relay holds the ciphertext. Bob decrypts the message and sends a reply.

This example runs in a browser worker. Both devices and the relay use memory in this tab. A reset discards their state.

Ready


      

The browser console shows the same results. Ciphertext changes on each run.

Read the exchange code (opens in a new tab) · Edit on StackBlitz (opens in a new tab)

Continue with browser storage, Expo / Hermes setup, or the OpenE2EE Signal Protocol Relay for separate devices.