31 packages tagged with “bcrypt”
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.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".
Implementation of BCrypt algorithm for .NET Core
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.
Secure password HashAlgorithm implementations including bcrypt (from BCrypt.net) and PBKDF2 suitable for use with SqlMembershipProvider
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 simple password hashing based on top of Microsoft PBKDF2 with an easy to use interface
ASP.NET Core Identity IPasswordHasher implementation using BCrypt.Net - next
A utility library for BCrypt hashing and verification
An implementation the OpenBSD Blowfish password hashing algorithm, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
Blowfish Encyption (BCrypt) provider for MVC.Utilities
This is an improvement for Microsoft ASP.NET Core Identity PasswordHash with BCrypt
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.
SHA1,SHA256,SHA384,SHA512,MD5,HMACSHA1,HMACSHA256,HMACSHA384,HMACSHA512,HMACMD5,AES,Base64,Bcrypt,RSA,SHA256WithRSA,PBKDF2
Comprehensive utilities library with cross-cutting concerns and general-purpose tools. Includes encryption, IO operations, text processing, time utilities, API helpers, JSON utilities, and security features for enterprise applications.
CryptHash.Net is a .NET multi-target class library (.NET Standard 2.0/2.1) that can be used in projects with any .NET implementation, like .NET Framework, .NET Core, Mono, Xamarin, etc., for text and files symmetric (AES_128_CBC / AES_192_CBC / AES_256_CBC / AES_128_GCM / AES_192_GCM / AES_256_GCM) authenticated encryption/decryption, text/files hashing (MD5, SHA1, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-SHA1, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, PBKDF2, BCrypt and Argon2id) and text encoding/decoding (Base64 and Hexadecimal).
Win32 P/Invoke (bcrypt.dll) bindings for .NET Standard
Upgradable hash algorithm password management library for .NET.
*** THIS LIBRARY IS NO LONGER BEING MAINTAINED. USE THE CRYPTHASH.NET LIBRARY INSTEAD, WICH HAS BETTER DESIGN, PERFORMANCE AND ALGORITHMS SUPPORT *** CryptHash.Core is a .NET Standard Class Library for text and files symmetric (AES 256 CBC) authenticated (HMACSHA256) encryption/decryption with salt, and text/files hashing (MD5, SHA1, SHA256, SHA384, SHA512 and BCrypt).
Bcrypt Nodejs (bcrypt-nodejs) binding library for Bridge.NET projects.
Bcrypt binding library for Bridge.NET projects.
Quick boot auth service for SQLServer with support for google/apple login
CryptSharp modernized fork with multi-targeting support. Provides password hashing using BCrypt, SCrypt, PBKDF2, and more for .NET Framework 4.8, .NET 6.0, .NET 8.0, and .NET 10.0.
Library that simplifies account management
Core security contracts and implementations: password hashing, API key generation, token interfaces.
[Net 5+] CryptAndHash is a package that ships an enhanced secure password hashing algorith based on the mix of SHA512 and BCrypt. It also offers two way symmetric using (AES - Rijndael Algorithm) and a utility for auto generate passwords.
A modern, professional security library for .NET, providing robust and easy-to-use services for AES-256 encryption and BCrypt password hashing. Designed for dependency injection and testability.