What end-to-end encryption actually means here
In a Livara one-to-one chat, the message body and any media are sealed on your device and opened on the other person's. The server moves a box it cannot open.
Each device holds P-256 and ML-KEM-768 private material that never leaves it. The strongest 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. Direct attachments get a separate random file key before upload, carried inside the encrypted conversation instead of being exposed to the server.
The server still stores the sealed box, who it is addressed to, and when it was sent. That is how your second device catches up, and it is also the honest edge of the design.
