Top 20 NuGet Security Packages

This project contains several of Nohros' core .NET libraries that we use in our many .NET-based projects. The desktop package contains classes to be used by desktop applications such a command line parser.
ProxyFinder library that enables the automated discovery of the system web proxy through a simple interface.
OAuth Library based on Reactive Extensions for .NET Framework 4 Client Profile and Silverlight4.
MvcBlanket security implementation
ProceXSS is a Asp.NET Http module for preventing xss attacks.
This project contains several of Nohros' core .NET libraries that we use in our many .NET-based projects. The resources package contains the classes that are used to handle with resource files.
MvcAuthorization is a configuration based authorization library for ASP.NET MVC. The original concept, description, and examples can be found at http://www.ryanmwright.com
Provides an OAuth2 Client for authenticating with GitHub. Hooks into ASP.NET MVC 4 via DotNetOpenAuth.
A package to secure all controllers actions in your application by default by disallowing anonymous access, and requiring each HttpPost action to be passed an anti-forgery token. Anonymous access to a controller action needs to be explicitly set by use of an attribute.
The Encrypted Token Pattern is a defence mechanism against Cross Site Request Forgery (CSRF) attacks, and is an alternative to its sister-patterns; Synchroniser Token, and Double Submit Cookie. The ARMOR Web Framework provides a means to leverage this technique in repelling CSRF attacks against ASP....
Library for connecting your application to UserApp.
Library to automate sign on to CERN's Single Sign On web pages and allow the programmer access to web pages behind the SSO. .NET45, Store+Phone (Universal)
This library provides some "tools" for dealing with authentication like MVC attributes to add another authentication factor when accessing specific MVC actions. The purpose of this project is to provide tools for an MVC application developer to ease some tasks in the field of authentication and auth...
Library for implementing transparent encryption of fields and/or properties.
A Claims based model for resolving bespoke authorization/security operations.
CRQS Domain
You need basic cryptographic functionality to secure data from within your application, but have no clue what ASN.1 or X.509 is? You don't want your code to contain a lot of lines of code that handle byte[], streams, and other weird object types that have nothing to do with your actual business logi...
Simple Token and Users Authentication and Authorization Bootstrap for WebAPI applications. Provided with 'TokenAuthApiController' which has built-in support for Login and Logout (cookies-based) and automatic token parsing and authenticating (inside query strings, form data or cookies). Visit the Pro...