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.
| Name | Value |
|---|---|
| SECURITY_ENCRYPTION_KEY | This 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_SALT | This 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_ITERATIONS | This 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_HASHTYPE | The hash type to use for encryption. The options are MD5, SHA1, SHA256, SHA384, SHA512, SHA3_256, SHA3_384, SHA3_512.Default: SHA256 |