Wordpress Salt Generator Online

Generate Salt for wp-config.php
<?php //Copy this content into wp-config.php file to replace the corresponding values define('AUTH_KEY', 'PNI6uK[@`9,Y1qu-yFKe8&rICh{D|-@Ik!BfZA{P!W8^y@E5NG9gJ_y&cPWr'); define('SECURE_AUTH_KEY', 'nQnfo{NW-YO``.iG%HQSs7NQak6V(|i[Tm6~L.W~4+p$Z{X94#w]Vm7MZSeu'); define('LOGGED_IN_KEY', 'Ir.r!oVa{2FscbR3IUF9c1+#*tH|[%qGNK2J1+uglx|HU9Az@#pfL*QBur3I'); define('NONCE_KEY', 'M|]PF(S10x*dA}kvN3{BYMx}c6N^_KLUYf5t)dht@tp!sLFJtXF{XIC(m9`@'); define('AUTH_SALT', '+M[T@Xx(05~6iO2Vtcbwdt9y(q$iDo|)=l7Sxa)sYO$o9v#kBT,B8svpwU-K'); define('SECURE_AUTH_SALT','Bf}`*3AOb%o}f#QMGo@M&S((8%|XV8*hZi6+gd*tt1(r7%~M2D|vn%LKq-]K'); define('LOGGED_IN_SALT', 'RXwk$cZeXzouK,g,XhwKQgeDRh(qr*i)FR59M_Iz,|n[J(L5.bvQbIl(Pt{g'); define('NONCE_SALT', '(vQm7s3u2u,v~p(YY3tpL=PTUrR7U1[Y6IR}hRZ*-BF#yLx`9aYPO8}qFbo0');
Options:

Salts are created using secret keys. Secret keys are located in two places: in the database and in the wp-config.php file. The secret key in the database is randomly generated and will be appended to the secret keys in wp-config.php.

The secret keys in wp-config.php should be updated to strong, random keys to maximize security.

This tool helps you to create salt for wordpress wp-config file.

The variables required in the wp-config.php file are: AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY,NONCE_KEY,AUTH_SALT, SECURE_AUTH_SALT,LOGGED_IN_SALT,NONCE_SALT

Each project you should create its own secret chain, should not reuse the old project or should not copy the permanent templates on the network.

You also shouldn't use the same string for different keys.

This tool helps you to generate random secret strings that never duplicate any previous one thus ensuring absolute security.

You should combine string characters, numbers and special characters to create a secret string

Every time you press the Wordpress salt generator button the system will generate random secret strings