Skip to content

Privacy

Alexis edited this page Jul 24, 2023 · 4 revisions

In 1.3.2 we are adding a way for you to share anonymous data to help the app. This option is activated by default and can be disabled in the settings.

On this page, we will explain what data is sent and how we use it.

Data sent

For the moment, there is 1 type of data that is sent:

  • Selected server data

Selected server data

This type of data is sent every time you open the app. It helps us to know how many active users are using the app (and how many users are active on each server).

Data sent

Name Description
Server Name The name of the server you are actually using
Server URL The URL of the server you are actually using

Processing the data

To process the data, we are also using your ip and the time when you sent the data. Your ip is not saved on the server, we are only saving a hash of it so we can now if you already sent a data on the server and erase the old one. Technically, we use the SHA-256 algorithm, so there is no way for us to get your ip back from a hash.

Statistics server

To collect these data, we are using a server. This server is made for Jackbox Utility and is open source. You can find the source code here : https://github.com/AlexisL61/JackboxUtility_StatisticsServer

If you find a security problem on the server, please send us a message on discord as soon as possible, so we can correct it.

Clone this wiki locally