Think, what if your WordPress blog got hacked? To secure your blog from hackers, following are few plugins that can make your WordPress more secure.
- Secure WordPress: This plugin keeps your WordPress installation secure with the help of little functions. It hides information regarding your WordPress version from non-administrators and plugin directory from visitors by dropping a blank index.php file.
- Semisecure Login: This plugin increases the security of login process by using a public key to encrypt the password on the client side. The server side then decrypts the password using the private key. It requires JavaScript and PHP.
- Limit Login Attempts: The plugin blocks a user for 20 minutes after he enters wrong password 4 times (default values, can be changed). This way you can avoid Brute Force attack.
- Bad Behavior: It checks the visitor’s IP against Project Honey Pot Database to see if it’s a spammer. If malicious, it can block that IP from accessing your blog.
- Sabre: If you own a WordPress powered blog where users can register freely and see a lot of fake registrations, this plugin can stop fake user registration by bots. It can add image verification or math test to registration process among other measures to make sure fake users are not created.
All the above plugins are WordPress 2.7 compatible. And, don’t forget to share your plugins and tips that can make WordPress more secure.
Posted under Blogging
This post was written by admin on March 8, 2009



















