Top 20 NuGet password Packages

This package is a port of DataJuggler.Core.Cryptography for dot net core. It uses using Konscious.Security.Cryptography.Argon2 by Keef Aragaon.
ServiceWire is a very fast and light weight service host and dynamic client library that simplifies the development and use of high performance remote procedure call (RPC) communication between .NET processes over Named Pipes or TCP/IP. And with the release of 2.0.0, ServiceWire now supports optiona...
PBKDF2.NET provides adaptive password-based key derivation functionality (PBKDF2) for the .NET Framework. It adheres to the suggested PBKDF2 implementation while also holding true to the .NET cryptographic programming model. This is done to ensure smooth transition for users of this library and red...
Class that can compute and verify salted hashes. CodeBits are useful code blocks that can included in your C# projects through NuGet. See the project site for documentation.
A general purpose password validation framework that is configurable and can check passwords against a blacklist. Available under the MIT License.
Barricade is a lightweight membership system. An ASP.NET Web API security library that implements OAuth 2 authentication and claim based authorizations.
A tiny package for one call password hash (sha2) generator and matcher. Simple Do var h = new Hasher(); var hash = h.getHash("abcd"); var salt = h.Salt; Now you can store salt and hash. To match simply do: var h2 = new Hasher(salt); h2.match(stringToCheck, hash); // returns true or false
Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) portable implementation for WinRT (Windows 8.1 and Windows Phone 8.1) Supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatur...
A unified, simple to use library that enables developers storing, accessing, updating and deleting keys and passwords on multiple platforms. Internally, the library uses iOS KeyChain and Android KeyStore features. The library exposes KeyChainHelper which is a simple one-entry to the library on all p...
Free, simple & easy to use TextBox-based component providing missing and widely-requested support for numeric password input on Windows Phone 8 and higher. Unlike various code samples and tutorials online (this component is based on) it provides advanced editing support and thus better user experie...
Foundational security constructs for NetChris operations.
A portable .Net library for onetime password generation.
Reading and writing Password Safe v3 files.
Winnovative PDF Security Library for .NET can be easily integrated in your applications targeting the .NET Framework to manage the security settings of the PDF documents. This version of the library is compatible with .NET Framework on Windows 32-bit (x86) and 64-bit (x64) platforms. For .NET Core...
EVO PDF Security Library for .NET can be easily integrated in your applications targeting the .NET Framework to manage the security settings of the PDF documents. This version of the library is compatible with .NET Framework on Windows 32-bit (x86) and 64-bit (x64) platforms. For .NET Core and .NE...
Simple library to create and check password hash and salt.