Why WordPress security keys and "salting"?

If you use WordPress and haven't heard about WordPress Security Keys read this article. We'll explain what they do and why you should use keys and Salt in WordPress.wordpress security

What are the WordPress security keys?

It is a set of random variables that improve the encryption of information stored in the user's cookies. In total, there are four different security keys: AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY and NONCE_KEY. Then there are also the salt keys that add encryption to encryption:
AUTH_SALT, SECURE_AUTH_SALT, LOGGED_IN_SALT, NONCE_SALT

Why use WorPress security keys?

Specific security keys make it much harder to crack your password. An unencrypted password such as “” or “123456” can be easily cracked, but a random, unpredictable, encrypted (and salted) password like “$%&UryhyhH7S%&R7)+5673l5THS6” will make it very difficult for an attacker who will take years to figure out the correct one combination. So WordPress keys will increase the security of your website.

How to Use Wraps Press Security Keys

WorPress blogs that are not hosted on Worrdpress.com or any other reliable managed hosting service have no security keys. You should add them yourself. It's a very simple and easy process as long as you have access to and know how to use FTP.

First, you need to get your own unique secret keys. WordPress has a website - random code generator that will give you the secret keys you need. We recommend that you use it instead of inventing your own.

You can find your own random security keys from the following link:

https://api.wordpress.org/secret-key/1.1/salt/

Keys

Copy the keys somewhere, or leave the page open until you modify the wp-config.php file. The file is located in your (/) WordPress root (in the same folder where your wp-content and other folders are stored) and you can download it using FPT on your computer to edit it. For editing, use your favorite text editor. We do not recommend the default Windows editor. Try it for free notepad + +wordpress root

In your wp-config.php file you should look for something that looks like the following image:

salt

Copy and paste the security keys on the WorPress page to wp-config.php as shown in the following figure:

salt keys

Save the wp-config.php file, upload it to the root of your website with FTP, and you're good to go. To be safe, rename the old file in case you did something wrong. If you were logged in to WordPress admin will ask you to login again.

Do you need to remember the Security Keys?

No, you do not need to remember the security keys. After copying - pasting you do not need to deal with it again unless…. let's not say that.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).