Web Securities (Preventing SQL Injection, XSS, XSRF / Form Spoofing)
December 20, 2008 — alif
Tags:
Web security are an important and essential feature of any Web Application. Its important for any Web Developer to secure Web Applications from external attacks as much as possible. Recently, I have been working on implementing Web Security and decided to write an article on how to secure web applications from the following attacks:
- 1. SQL Injection
- 2. Cross Site Scripting (XSS)
- 3. Cross Site Request Forgery (XSRF)