What end-to-end encryption actually means here
In a Livara chat, the message body and any media are sealed on your device and opened only on the recipient's device. The server moves a box it cannot open.
Each device holds P-256 and ML-KEM-768 private material that never leaves it. The direct-chat mode establishes LVR1 with classical and post-quantum contributions, then advances a one-way sending and receiving chain for every message.
AES-256-GCM seals the content and authenticates its context. Attachments receive a separate random file key before upload, carried inside the encrypted conversation instead of being exposed to the server.
The server only relays the encrypted ciphertext to deliver it to your devices, keeping your conversations completely private.
