- Original Poster
- #1
Over the past six months I have had clients who's websites were hacked into and confidential information stolen.
If you have an eCommerce based website I have the following advice.
If you have an eCommerce based website I have the following advice.
- Encrypt everything in the database, even the most insignificant information could be useful to an attacker. Think about how much email lists are worth, or contact details to your clients.
- Regular security testing can prevent %90 of cyber attacks on your website or network as you can locate potential attack vectors before hackers or your rivals do.
- Updating your website plugins and themes are crucial for wordpress or drupal websites as in this day and age they can contain security vulnerabilities useful to an attacker.
- If possible replace prices with images as this will stop scrapers from logging your prices so your rivals can undercut you.
- Use strong passwords and strong password encryption and hashes as md5 / sha can easily be broken. I suggest the use of SHA512 hashes and AES encryption.