Skip to content

Instantly share code, notes, and snippets.

@lfuelling
Created April 7, 2020 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfuelling/bcfbd99193623827548f4d4f6380636e to your computer and use it in GitHub Desktop.
Save lfuelling/bcfbd99193623827548f4d4f6380636e to your computer and use it in GitHub Desktop.
Data privacy statements for MeshTalk

Privacy

This app is a messenger and thus has to connect to the internet to send and receive messages. The content of each message is only tranferred encrypted. The server the messages are send to has no way of decrypting any messages in a reasonable amount of time because there are no cleartext keys stored on the server.

The only type of key stored on the server are chat keys in handshakes. Those are encrypted with a user's key which is never transferred at all so the server also has no way to decrypt those chat keys.

Since users can set their own server in the settings, the developers of the app can't make any statement regarding the transport layer encryption used to connect to the server.

Aside from that, this app does not connect to the internet or collect any data on it's own.

The exception of this is preferences the user sets or values the user enters. Those will be stored on the device and might get backuped to Google if this is configured. The backup has to be configured in the Android System settings.

This statement does not cover functionality that is provided by Google (eg. the PlayStore analytics).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment