Every privacy app says it's secure. This page is the opposite of a slogan, it spells out exactly which math protects what, draws a hard line between your messages and your call media, and tells you plainly what the server can and can't see. If a section sounds modest, that's on purpose. We'd rather under-promise than overclaim.
Your messages and their attachments are end-to-end encrypted. Only the devices in a conversation ever hold the keys.
A relay has to move encrypted bytes from one device to another. Here is exactly where that line sits, including the metadata we can't hide yet.
We won't blur two different technologies to sound more impressive. Here's the precise truth.
Setting up a call (the ring, the agreement on keys) runs through the same
post-quantum-secured signaling channel as your chats.
The live audio and video themselves travel as a real-time WebRTC media
stream, encrypted in transit with DTLS-SRTP, the standard encryption
for real-time media. So your messages get the post-quantum ratchet;
your call media gets WebRTC's encrypted transport. Two different jobs, two
appropriate tools, stated plainly rather than marketed as one.
Encryption guards the wire. These guard the phone in your hand, and the moment someone else is holding it.
Push is the one place an encrypted app can quietly leak. Here's our posture.
The readable text you see in a notification is decrypted on your own device,
it isn't carried through the push in the clear.
And push delivery is optional. You can run in a strict mode with no push
token registered at all, trading instant alerts for the smallest possible delivery footprint.
Either way: no advertising ID, and no analytics SDK riding alongside the app.
Nothing here is unhackable, and we won't pretend otherwise. These are the edges, stated up front.
If you've found a weakness, we want to hear it before anyone else does. Reach the security team directly at security@anadevyra.com. Report in good faith, give us a reasonable window to fix it, and we'll work it with you, no lawyers, no theatrics. The full terms are on our responsible-disclosure page.