Top 20 NuGet Security Packages

This Library Contains Infrastructures for Permission-based Authorization,Building CRUD API,Building CRUD Mvc Controller and etc based on ASP.NET Core
Client library for the Enzoic API
This package is required for securing a .net core Angular application using VisualGuard. Note: Please make sure you are using the same nuget package versions for your applications as of VisualGuard WinConsole. If you have the Visual-Guard WinConsole version 2019.1, you must have all pac...
Authentication and encryption class library: Authenticated encryption (AE), Secure Remote Password (SRP) and SSL/TLS
This package provides a core VisualGuard library, for accessing VisualGuard runtime and VisualGuard entities. Ex. Create user, Authenticate user, Create Role, Create Group, Create permission, Grant/revoke role to a user, Grant/revoke permission to role, etc. Note: Please make sure you a...
This package is required for data operations when VGServer is used as VisualGuard repository. Note: Please make sure you are using the same nuget package versions for your applications as of VisualGuard WinConsole. If you have the Visual-Guard WinConsole Runtime version '2020.3.2311.24'...
This package is required for securing .NET Core applications. Note: Please make sure you are using the same nuget package versions for your applications as of VisualGuard WinConsole. If you have the Visual-Guard WinConsole Runtime version '2020.3.2311.24', you must have all packages wit...
A OAuth2 based library for Xamarin.Forms platforms.
The Sqreen in app agent for .NET. Defense in depth for OWASP Top-10 attacks that’s easy to install, manage and scale.
This component will calculate SHA-hash for your message and then sign that with a certificate stored in Microsoft Azure KeyVault.
Includes types that provide support for creating, serializing and validating WsTrust Messages.
A working, updated, tiny, super easy to use OAuth 1.0a library with support for the full OAuth flow. Supports both .NET Framework and .NET Core (by using .NET Standard).
A package to digitally sign and verify data(i.e. documents,etc)
BouncyCastle.Crypto is a cryptography API providing: -Generation and parsing of PKCS#12 files. -X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute certificates. -PBE algorithms supported by PBEUtil: PBEwithMD2andDES-CBC, PBEwithMD2andRC2-CBC, PBEwithMD5andDES-CBC, PBE...
SIMON and SPECK are families of lightweight block ciphers; those block ciphers are efficient and provide high performances across a wide range of devices. This package includes classes that allow you to encrypt and decrypt using native libraries that are using SIMD such as AVX2 or NEON.
A tiny, super easy to use OAuth 1.0a library with support for the full OAuth flow. Supports both .NET Framework and .NET Core (by using .NET Standard).
File type checker that checks the file's magic numbers/identifying bytes. Useful for verifying uploaded files in web applications. NuGet package of code originally written by https://github.com/mjolka and extended to allow for dependency injecting the known file types.
This library contains security functions for WPF applications.
Everytime I start a new ASP.net or ASP.net MVC project I find myself applying the same settings to the Web.config over and over again. So, after doing that for the n-th time I spent a few moments creating this NuGet package to automate it. See the project site for a complete list of settings.
PasswordUtility, as the name implies, is a lightweight password utility class that allows you to create random passwords based on certain criteria and validate password strength. The library is loosely based on the OSS KeePass code but was altered for my specific needs