WordPress signs every login cookie and nonce with eight secret keys and salts stored in wp-config.php (AUTH_KEY through NONCE_SALT). If those secrets leak — through an old backup, a stolen config file, or a contractor who still has access — an attacker can forge valid authentication cookies for as long as the keys stay unchanged. Rotating them invalidates every existing session immediately.
Assist Security makes that rotation safe, automatic, and auditable.
wp assist-security rotate and wp assist-security statuswp-salt.php, a wp-config.php above the web root, or any path you choose with a filterassist-security/v1; no admin-ajaxAssist Security is built on a module architecture, so further protections can be added as self-contained modules in future releases.