View Single Post
Old 5 July, 2009, 08:32 AM   #1 (permalink)
Hellas Hellas is online now
Super Moderator
 
Hellas's Avatar
 
Location: Bosnia
iTrader: (27)
Thanked 216 Times in 155 Posts
Posts: 1,078
$NetBucks: 602
Join Date: Dec 2008
Last Online: Today 20:03 PM
Send a message via Skype™ to Hellas
Default Secure your wordpress site

Quote:
Originally Posted by Lastbutnotleast View Post
I wanted to share this article (not mine) with you.

So, here are 5 plugins to keep WordPress secure:

1. Limit Login Attempts : This plugin blocks a user for 20 minutes after he enters wrong password 4 times (default values, can be changed). It is good way to avoid Brute Force attack .

2. 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.

3. Semisecure Login : This plugin increases the security of login process by using a public key to encrypt the password on client side. The server side then decrypts the password using the private key. Requires Javascript and PHP.

4. Bad Behavior : It checks the visitor’s IP against Project Honey Pot Database to see if it’s a spammer’s. If malicious, it can block that IP from accessing your blog.

5. 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.

All of these are Wordpress 2.7 compatible.

Source: 5 Plugins to Keep WordPress Secure

Maybe this can be helpful to some of us
Just copy/paste from somewhere.
  Reply With Quote
Thanked by:
ankit (5 July, 2009), m42 (5 July, 2009), Oranges (5 July, 2009), sam (5 July, 2009)