Found 54 packages
A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".
bcrypt is an encryption utility implementing the Blowfish cipher.
BCrypt.Net .net Core Class Library
A .Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".
P/Invoke methods for the Windows BCrypt.dll.
Implementation of BCrypt algorithm for .NET Core
BCrypt encryption utility implemented blowfish cipher trageted for .NET Standard. Supported platforms are .NET Core, .NET Framework, Mono, Xamarin.iOS, Xamarin.Android, Universal Windows Platform, Windows, Windows Phone also Windows Phone Silverlight
BCrypt.Net is a Universal Encryption(Blowfish) utility for Windows, Universal Windows Application, Windows IoT Core, Store Application, Phone, Asp.Net We Application and Xamarin.
A utility library for BCrypt hashing and verification
ASP.NET Core Identity IPasswordHasher implementation using BCrypt.Net - next
CryptSharp provides a number of password crypt algorithms - BCrypt, LDAP, MD5 (and Apache's htpasswd variant), PHPass (WordPress, phpBB, Drupal), SHA256, SHA512, and Traditional and Extended DES. Additionally it includes Blowfish, SCrypt, and PBKDF2 for any HMAC (.NET's built-in PBKDF2 implementation supports only SHA-1). If you are looking to store passwords, odds are CryptSharp has the algorithm you want.
Blowfish Encyption (BCrypt) provider for MVC.Utilities
Secure password HashAlgorithm implementations including bcrypt (from BCrypt.net) and PBKDF2 suitable for use with SqlMembershipProvider
An implementation the OpenBSD Blowfish password hashing algorithm, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
Bcrypt Nodejs (bcrypt-nodejs) binding library for Bridge.NET projects.
Bcrypt binding library for Bridge.NET projects.
ASP.NET Core Identity IPasswordHasher built on BCrypt.Net. Lets you tune work factor and salt revision through NetDevPack builder options. Recognizes ASP.NET Identity v2/v3 hashes and rehashes them with bcrypt after successful verification.
A simple password hashing based on top of Microsoft PBKDF2 with an easy to use interface
A pure C# implementation of bcrypt_pbkdf, used to derive passwords for OpenSSH keys.