You are hereArchives / December 2008
December 2008
Web Securities (Preventing SQL Injection, XSS, XSRF / Form Spoofing)
Web security are an important and essential feature of any Web Application. 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)