You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mike van den Hoek edited this page Dec 17, 2025
·
1 revision
Encryption
To enable secure storage of sensitive data, you must define an encryption key in your wp-config.php file. This key is used to encrypt and decrypt the sensitive data and should be kept secret at all times. Make sure the key is a cryptographically random 32-character hexadecimal string.