Posts tagged "AntiXSS"

Microsoft Anti-Cross Site Scripting Library

The Microsoft Anti-Cross Site Scripting Library (Anti-XSS) is an encoding library designed to help developers protect their ASP.NET web-based applications from XSS attacks. This encoding libraries  uses the white-listing technique – sometimes referred to as the principle of inclusions – to provide protection against XSS attacks. This approach works by first defining a valid or allowable set of characters, and encodes anything outside this set.The white-listing approach provides several advantages over other encoding schemes.

Read more...

Be the first to comment - What do you think?
Posted by Ashish - September 17, 2009 at 6:27 pm

Categories: Internet Security   Tags: , ,