7
Aug/090
Aug/090
Secure Web Form Development
For anyone that does any type of web development, you should know that XSS has become a major security issue these days.
I had found a great article over at Nettuts that gives a great tutorial on how to secure your web forms with form keys. Each and every time a form is displayed to a user, it creates a key and authenticates that key to make sure that someone is not trying to inject data through your forms.
Drop on over to here to take a look at the tutorial.
Enjoy!