Skip to main content
Improve banking website's security
- Update your website regulary.
- Change admin panel password regulary.
- Put some security mechanism specially for avoiding SQL injection and Cross site scripting attack.
- Put single website on single server so chances of hacking other website of same server not possible if one website is hacked.
- If there is multiple user allowed to access admin panel then provide different rules for read or edit content.
- Always keep backup copy of your website.
- Install SSL layer security.
- keep two way authentication for user.
- Always encrypt secure data.
- Use good antivirus at server.
- Block all unnecessary internet access at server through strong firewall.
Comments
Post a Comment