Skip to main content

Encryption

Settings Management

Please note settings are imported from environment variables only at initial boot and should be managed from the settings tab on the admin panel thereafter. Please refer to the Setup > Settings page for more details.

NameValue
SECURITY_ENCRYPTION_KEYThis is the key used for the application encryption. I reccommend changing this as if you keep the default a hacker can more easily reverse any encrypted data or guess secret keys.

Default: "ChangeMe"
SECURITY_ENCRYPTION_SALTThis is the salt used for the application encryption. I reccommend changing this as if you keep the default a hacker can more easily reverse any encrypted data or guess secret keys.

Default: "ChangeMe"
SECURITY_ENCRYPTION_ITERATIONSThis is the number of encryption passes to run. The more the better but be warned more passes means more processing and performance losses.

Default: 1000
SECURITY_ENCRYPTION_HASHTYPEThe hash type to use for encryption. The options are MD5, SHA1, SHA256, SHA384, SHA512, SHA3_256, SHA3_384, SHA3_512.

Default: SHA256