Encryption in transit
All data is encrypted in transit
Cloud Pair API traffic between your device and
app.autoyou.me is served over HTTPS (TLS 1.2+). All API requests,
authentication tokens, and relay messages are encrypted end-to-end between your
device and the server.
Peer-to-peer traffic (chat, voice, browser proxy, file transfer)
between your phone and your AutoYou server uses WebRTC, which encrypts all data
channels with DTLS and all audio/video streams with SRTP. This encryption is
mandatory in WebRTC and cannot be disabled.
At rest, Cloud Pair account data is stored in an encrypted database
on infrastructure we operate. Local pairing credentials and server configuration are
stored on your own devices using platform-standard storage (Keychain on iOS,
SharedPreferences on Android, filesystem on your server).