I have covered wordpress alot in the past month specially on security with posts like 3 best Wordpress Security Plugins and increase wordpress blog performance.
Here are 5 Tips on making your wordpress blog more secure with these hacks -
1. Keep the wordpress uptodate - Sounds trviial ? but believe me, most of wordpress blogs which get hacked are running on older version of wordpress. Most of the bloggers are just lazy to not upgrade their wp installation for some reason which only takes few minutes. I will highly advice you to keep the wordpress plugins uptodate too.
2. From the crudest hacker to the most sophisticated computers, the brute force method is considered as the most effective way to break a password. Install the Login Lock Down plugin to ensure brute force attacks cannot succeed due to locking of the log in process. This plug in automatically blocks any account where multiple attempts to access the account using a wrong password has taken place. The account remains blocked for a fixed duration (the default option is one hour).
3. Avoid the folder code 777 if you are using Wordpress. Choose 755 for folders and 644 for all files. Folder code 777 will result in total and unrestricted access to all users. This unnecessarily increases risk of insertion of malicious code. Many host have different settings and sometimes 755 don’t work so eventually you have to use 777, talk to your host to get the settings right (specially if you are running a popular blog which are more prone to such hacking)
4. Removing the wp- table prefix from the site reduces risk of SQL injection and increases the safety and security of the site. Even changing this prefix is enough to drastically lower your risk of SQL injections.
5. Finally, create new admin account and delete the default admin account provided by Wordpress before transferring all permissions to this new account. By doing this, you are reducing the chances of someone hacking into your admin login as this time the hacker has to find both admin login and password. Also keep the posting alias different then the login name.
So these were 5 tips and hacks on making your wordpress blog more secure. If you know more such tips and tricks then please tell them as comments which are dofollow.
Related Stuff
Google Buzz Button Wordpress Plugin ReleasedIf you are looking for a Google Buzz button to add into your Wordpress site then we have released the first Wordpress plugin exclusively ...
Plug And Play Ecommerce With Wordpress PluginsSince 2003 Wordpress has slowly been gaining popularity amongst the elite of the internet, the bloggers. It is one of those few things ...
Add Google Search to Your WordPress BlogThe native WordPress search does not return very relevant results, thus it makes a lot of sense to add Google Search into your WordPress ...
Add More Sidebars to Your WordPress ThemeYou can add more than one sidebar section to your WordPress site. For example, with the stc-intermountain.org site, I added a whole bunch ...
Series Posting in WordpressIn my functions.php file, I have some code which implements series posting. This relies on the thematic ...

Original Source: