Thread Rating:
  • 0 Vote(s) - 0 Average
Share Thread:
Web application security. Some help needed.
#2
Here is a quick list of methods for securing a web application. This checklist should be a part of every web application to maintain the high-security standards.

• There should be WAF (Web Application Firewall) to give protection against security threats.
• Check the data sources multiple times, identify or review the entry points and exit time every time.
• Check the application for access control issues or test the authorization standards too.
• All the data transmission should be secured with high cryptography encryption standard and decrypt securely at another side.
• Check against denial of service threats and how much secure are the resources?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)