An application key (APP_KEY) is used for encryption. It is a base64 encoded string that is used by Speedtest Tracker to encrypt and decrypt data, such as user sessions and other sensitive information and is required as part of the setup process.
APP_KEY
Run the command below to generate your APP_KEY.
echo -n 'base64:'; openssl rand -base64 32;
Last updated 10 months ago