Skip to content
Allin

WordPress Secret Key Generator

Generate the eight WordPress salt keys as ready-to-paste define() lines for wp-config.php.

Open WordPress Secret Key Generator and you get an answer straight away, with no account to create. You will find it under Passwords, with Django Secret Key Generator and WPA Key Generator for the neighbouring cases.

How to use it

  1. Open the tool — no signup or install needed.
  2. Enter your input or adjust the available options.
  3. Get your result instantly, then copy or download it.

Frequently asked questions

What is WordPress Secret Key Generator?

Generate the eight WordPress salt keys as ready-to-paste define() lines for wp-config.php.

When would I actually use this?

Creating a credential you will not have to remember, judging whether one you already use is strong enough, and generating a passphrase for something a manager cannot hold.

What is the most common mistake?

Chasing complexity rules instead of length. Four random words beat a short string of symbols by a wide margin in entropy, and the substitutions people make to satisfy a rule are the first thing an attacker tries.

How is WordPress Secret Key Generator different from Django Secret Key Generator?

They sit next to each other but answer different questions: Django Secret Key Generator is the one to open when you need it to generate a cryptographically secure Django SECRET_KEY with your choice of length and character set. Pick whichever matches what you're starting from — both are free.

Is there a tool for the next step?

WPA Key Generator is the closest one after this: Create strong Wi-Fi WPA/WPA2 passphrases (8–63 chars) with chosen character types and no ambiguous letters.

Where do the figures come from?

Entropy is computed from the alphabet and the length rather than estimated from appearance, and generation uses the browser's cryptographic source. Nothing you generate or paste is transmitted or stored.

Further reading

All guides
GuideGenerating an Application Secret Key CorrectlyHow to tell a sound secret-key generator from an unsound one, using this one as a worked example: which random source it calls, how to compute the entropy yourself, and what actually breaks the day you rotate the key.GuideEncrypt a File, Then Send the Key Down a Different RoadThe encryption is the easy half. Here is exactly what the browser tool does to your file — cipher, key derivation, salt, nonce — and why an encrypted attachment with the passphrase in the same thread protects nothing at all.GuideSecuring a Home Wi-Fi Network: the Key, the Protocol and the Guest NetworkThe generator's random source audited line by line, what SAE actually removes, why transition mode gives most of it back, and the thing every guest-network guide leaves out.GuideWhat a Password Manager Cannot MeasureEntropy prices one attack: offline guessing against a stolen hash. Above roughly 90 bits the number stops deciding anything — and the meter on this site under-reported a random 20-character password in 300 draws out of 300.How-toHow to Create a Strong PasswordLength beats complexity. Here's why a four-word passphrase is strong, why you should never reuse a password, and how a manager makes it effortless.ExplainerStripping Photo Metadata: What Actually Comes OffA JPEG can carry six separate metadata blocks, not one. We built a file holding all of them — coordinates, camera serial, a hidden thumbnail, XMP, IPTC, a comment — pushed it through the cleaner, and read the output byte by byte to see what survived.