1

Does anyone know of any security libraries for ASP.NET web applications?

I am looking for libraries that provide basic authentication, logging into accounts, protection against SQL injection and cross-site scripting, input validation, encyrption and the like.

I have come across a library called Rhino Security. Does anyone know of any similar libraries?

Edit:

An example of another library is CryptoSharp http://www.9rays.net/Category/63-cryptosharp.aspx

7
  • Please see this SO answer: stackoverflow.com/questions/2954970/… Commented Mar 14, 2013 at 20:31
  • @Steve Strokes I mentioned the SafeInt library as an example only. I am looking for secure libraries for ASP.NET web applications. The SafeInt library and Strsafe.h library are just there to serve as an example of what I am looking for. Commented Mar 14, 2013 at 20:32
  • I am looking for secure libraries for ASP.NET web applications that can provide authentication, cryptography, protection against SQL injection, input validation etc. Commented Mar 14, 2013 at 20:33
  • I know that .NET offers a lot of these features out of the box. I am asking if there are secure libraries which improve upon these features. Commented Mar 14, 2013 at 20:33
  • 1
    You should update the question to be more related to injection and other web-based security issues since it's a little misleading right now. Commented Mar 14, 2013 at 20:35

1 Answer 1

1

Microsoft Enterprise Library: http://msdn.microsoft.com/en-us/library/ff632023.aspx

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.