Web Security… It’s almost an oxymoron. Security for the web has always been a long and difficult battle, often a losing one. With this segment on web security, I am focusing specifically on development techniques that you can apply to your web applications to make them more secure. I really want to concentrate on making security easy, for both the end-user and the developer alike. Who said security has to be hard?
This is a multipart segment that will cover:
- XSS (Cross Site Scripting) Attacks
- CSRF (Cross Site Request Forgery) Attacks
- SQL Injection Attacks
- JSON Hijacking
(and perhaps more as I think of topics)