For the complete documentation index, see llms.txt. This page is also available as Markdown.

Encryption

Application Key

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.

Run the command below to generate your APP_KEY.

echo "base64:$(openssl rand -base64 32 2>/dev/null)"

Last updated