WordPress Salts Generator
Generate fresh cryptographic security keys and salts directly from the official WordPress.org API — ready to copy and paste into your wp-config.php.
Free · No credit card · 50 credits/day
The eight security constants
| Constant | Type | Used for |
|---|---|---|
| AUTH_KEY | Key | Hashing non-SSL (HTTP) authentication cookies |
| SECURE_AUTH_KEY | Key | Hashing SSL (HTTPS) authentication cookies |
| LOGGED_IN_KEY | Key | Hashing "logged in" cookies that confirm user is signed in |
| NONCE_KEY | Key | Hashing nonce values used in forms and action URLs |
| AUTH_SALT | Salt | Additional entropy added to AUTH_KEY hashing |
| SECURE_AUTH_SALT | Salt | Additional entropy added to SECURE_AUTH_KEY hashing |
| LOGGED_IN_SALT | Salt | Additional entropy added to LOGGED_IN_KEY hashing |
| NONCE_SALT | Salt | Additional entropy added to NONCE_KEY hashing |
Frequently asked questions
Related WordPress tools
More tools for WordPress security setup.
Secure your WordPress site in seconds
Free account. 50 credits per day. Access to 75+ tools instantly.
Create free account →