When you install a new Wordpress blog you need to edit wp-config.php file.
This file contain some defines:
- These are secure keys define names:
- AUTH_KEYS
- SECURE_AUTH_KEY
- LOGGED_IN_KEY
- NONCE_KEY
- These are salts define names:
- AUTH_SALT
- SECURE_AUTH_SALT
- LOGGED_IN_SALT
- NONCE_SALT
Fast and secure method to generate these
Here is the official wordpress key and salt generator
that is most secure method to give a salt and key to your wordpress blog configuration file. Every time you click this link again, you’ll get another unique Wordpress secure key and salt.
No comments:
Post a Comment