WordPress Salt Generator

All eight security keys and salts for wp-config.php, generated in your browser.

Very strong0 bitsGenerated in your browser

Local alternative

wp config shuffle-salts

Prefer generating secrets on the machine that uses them? This command produces an equivalent value.

Official documentation

WordPress secures login cookies and nonces with these values. The eight constants replace the placeholders or the previous values in wp-config.php, and every value is 64 characters drawn from the same alphabet WordPress itself uses. It deliberately contains no apostrophe and no backslash, so the single-quoted PHP strings cannot break. New salts sign out every logged-in user but leave content and passwords untouched.

Frequently asked questions