WordPress Salts, Unique Keys & Database Prefix - WP Hack Prevention & Security | WP Learning Lab - Best Webhosting

Thanks! Share it with your friends!

URL

You disliked this video. Thanks for the feedback!

Sorry, only registred users can create playlists.

ULTRAFAST, CHEAP, SCALABLE AND RELIABLE! WE STRONGLY RECOMMEND ACCU WEB HOSTING COMPANY

WordPress Salts, Unique Keys & Database Prefix - WP Hack Prevention & Security | WP Learning Lab

Watch Wordpress WPLearningLab Video: WordPress Salts, Unique Keys & Database Prefix - WP Hack Prevention & Security | WP Learning Lab.
Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL
Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist
WordPress Salts, Unique Keys & Database Prefix - WP Hack Prevention & Security | WP Learning Lab

In this tutorial I show you how to add WordPress unique keys and salts to your WP-Config.php file and how to change the WordPress database prefix. Both of these are important for WordPress data security and WordPress database security.

To start off you'll need to login into the File Manager of your hosting account or log into your website root via FTP. Then open the WP-Config.php file for editing.

Once open scroll down about half way and you will see a section called Authentication Unique Keys and Salts. These unique keys and salts are used by WordPress to better encrypt user passwords and other sensitive data.

In the paragraph just below the Authentication Unique Keys and Salts title you will see a URL: https://api.wordpress.org/secret-key/1.1/salt/

Go to that URL and refresh the page a few times to get your unique data. Copy and paste that data into your WP-Config.php and overwrite the default values:

define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
define('NONCE_KEY', 'put your unique phrase here');
define('AUTH_SALT', 'put your unique phrase here');
define('SECURE_AUTH_SALT', 'put your unique phrase here');
define('LOGGED_IN_SALT', 'put your unique phrase here');
define('NONCE_SALT', 'put your unique phrase here');

That's it's for adding the WordPress salt keys. Next is the changing the WordPress database prefix which you can do right below the salt keys in the section titled: WordPress Database Table prefix. The method outlined below only works during the installation process. If you already have your site running then you'll need to use a free plugin called Change DB Prefix to make the change.

If you are just now installing WordPress follow the instructions below.

The database prefix will go before all WordPress tables in the database. The default MySQL database prefix "wp_" and all the standard WordPress table names are known by hackers and dataminers. Knowing this information they will have an easier time getting into your database.

For good WordPress hack prevention change the "wp_" prefix to random alphanumeric characters (I usually end the prefix with an underscore "_" to keep things clean). That way, even if a hacker can access your WordPress database remotely they probably won't be able to guess your database prefix, which means your data is safer.

And that's all there is to these two important WordPress security tweaks.

I hope this information helps you! If you have any questions leave a comment below or ping me @WPLearningLab on Twitter.

--------------

If you want more excellent WordPress information check out our website where we post WordPress tutorials daily.

http://wplearninglab.com/

Connect with us:

WP Learning Lab Channel: http://www.youtube.com/subscription_center?add_user=wplearninglab

Facebook: https://www.facebook.com/wplearninglab

Twitter: https://twitter.com/WPLearningLab

Google Plus: http://google.com/+Wplearninglab

Pinterest: http://www.pinterest.com/wplearninglab/

Published:
Category: Wordpress WPLearningLab
89 Views

Related Videos

  • Restrict Access To WP-Includes Folder - WordPress Security & Hack Prevention | WP Learning Lab

    Restrict Access To WP-Includes Folder - WordPress Security & Hack Prevention | WP Learning Lab

    by Best Webhosting Added 95 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Restrict Access To WP-Includes Folder - WordPress Security & Hack Prevention | WP Learning Lab # Block the include-only files. (left pointy bracket)IfModule mod_rewrite.c(right pointy bracket) RewriteEngine On RewriteBase / RewriteRule ^wp-admin/includes/ - [F,L] Rewr

  • How To Move WordPress Login Page For WordPress Security & Hack Prevention | WP Learning Lab

    How To Move WordPress Login Page For WordPress Security & Hack Prevention | WP Learning Lab

    by Best Webhosting Added 80 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist How To Move WordPress Login Page For WordPress Security & Hack Prevention | WP Learning Lab In this tutorial I'm going to show you how to use the Move Login plugin to move the default WordPress login page. This will help reduce the likelihood of a successful brute for

  • How to Change the WordPress Database Prefix to Improve Security

    How to Change the WordPress Database Prefix to Improve Security

    by Best Webhosting Added 90 Views / 0 Likes

    Your WordPress database is the control center for your entire site because all of your information is stored there. Some people may try to hack your site if they know the database name. In this video, we will show you how to change the WordPress database prefix to improve your site’s security. If you liked this video, then please Like and consider subscribing to our channel for more WordPress videos. Text version of this tutorial: http://www.wpbeginne

  • Change DB Prefix WordPress Plugin - Secure Your WordPress MySQL Database | WP Learning Lab

    Change DB Prefix WordPress Plugin - Secure Your WordPress MySQL Database | WP Learning Lab

    by Best Webhosting Added 85 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Change DB Prefix WordPress Plugin - Secure Your WordPress MySQL Database | WP Learning Lab In this tutorial I'm going to show you how to use the Change DB Prefix WordPress plugin to improve MySQL database security. Anyone running a WordPress-based website needs to con

  • SQL Injection Hack Explained - Better WordPress Security | WP Learning Lab

    SQL Injection Hack Explained - Better WordPress Security | WP Learning Lab

    by Best Webhosting Added 74 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist SQL Injection Attack Explained - Better WordPress Security | WP Learning Lab #1 Biggest Security Threat Facing WordPress this year: http://bit.ly/WordPress-Security3 What is an SQL Injection? A hacker gains access to your site's database by submitting SQL commands via

  • Social.png (CryptoPHP) Hack Explained - Better WordPress Security | WP Learning Lab

    Social.png (CryptoPHP) Hack Explained - Better WordPress Security | WP Learning Lab

    by Best Webhosting Added 80 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Social.png (CryptoPHP) Hack Explained - Better WordPress Security | WP Learning Lab #1 Biggest Security Threat Facing WordPress this year: http://bit.ly/WordPress-Security4 What is the Social.png Hack? A hacker gains access to your site when you install a theme or a p

  • WordPress. How To Change Database Tables Prefix In SQL File

    WordPress. How To Change Database Tables Prefix In SQL File

    by Best Webhosting Added 94 Views / 0 Likes

    This Tutorial Will Show You How To Change Database Tables Prefix In SQL File. Build Your WebSite With WordPress Themes From TemplateMonster.com: http://www.templatemonster.com/wordpress-themes.php?utm_source=YoutubeM&utm_medium=video&utm_campaign=wprftk

  • Popular WordPress. How To Change Database Tables Prefix Via Admin Panel

    WordPress. How To Change Database Tables Prefix Via Admin Panel

    by Best Webhosting Added 101 Views / 0 Likes

    This tutorial is going to show you how to change database tables prefix via admin panel. We've transcribed this video tutorial for you here: https://www.templatemonster.com/help/wordpress-change-database-tables-prefix-via-admin-panel.html To view more our WordPress templates go to website: http://www.templatemonster.com/wordpress-themes.php?utm_source=youtube&utm_medium=link&utm_campaign=wptuts463 TOP WordPress Themes: https://www.youtube.com/playlist

  • WordPress. How To Change Database Tables Prefix (If Necessary) And Import SQL File

    WordPress. How To Change Database Tables Prefix (If Necessary) And Import SQL File

    by Best Webhosting Added 79 Views / 0 Likes

    In this tutorial you will learn how to change database tables prefix (if necessary) and import SQL file in WordPress. Choose your WordPress template now: http://www.templatemonster.com/wordpress-themes.php?utm_source=youtube&utm_medium=link&utm_campaign=wptuts138 Want to Build WordPress Site in 5 Hours? Subscribe to this course: http://www.templatemonster.com/website-5-days.php?utm_source=youtube&utm_medium=link&utm_campaign=wptuts138 TOP WordPress Th

  • Password Protect Your WordPress Login Page - Brute Force Attack Prevention | WP Learning Lab

    Password Protect Your WordPress Login Page - Brute Force Attack Prevention | WP Learning Lab

    by Best Webhosting Added 94 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Password Protect Your WordPress Login Page - Brute Force Attack Prevention | WP Learning Lab # Password protect the wp-login.php file ErrorDocument 401 "Unauthorized Access" ErrorDocument 403 "Forbidden" (left pointy bracket)FilesMatch "wp-login.php"(right pointy brac

  • Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab

    Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab

    by Best Webhosting Added 99 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab UPDATE wp_users SET user_login = 'Your New Username' WHERE user_login = 'Admin'; In this tutorial I'm going to show you how to change the Admin username on your WordPress accou

  • WordPress Table Prefix - How & Why To Change It | WP Learning Lab

    WordPress Table Prefix - How & Why To Change It | WP Learning Lab

    by Best Webhosting Added 89 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Table Prefix - How & Why To Change It | WP Learning Lab In this tutorial I'm going to show you to change your WordPress Table Prefix. There are two ways. One is to make the change in the wp-config.php file when you are installing WordPress. In the wp-config.

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA


RSS