bcrypt.net
Password hasher
An enhanced C# implementation of the bcrypt password hashing algorithm
BCrypt.Net - Bringing updates to the original bcrypt package
848 stars
16 watching
101 forks
Language: C#
last commit: 5 months ago
Linked from 2 awesome lists
algorithmbcryptblowfishc-sharpcipherhashmicrosoftnetnetcorenugetpassword-hashsecurity
Related projects:
Repository | Description | Stars |
---|---|---|
pyca/bcrypt | A modern password hashing library for Python | 1,274 |
neokushan/bcrypt.net-core | A .NET Core port of BCrypt.net with enhancements and compatibility for both full .NET Framework and .NET Core. | 216 |
maxcountryman/flask-bcrypt | Provides a secure way to store and verify passwords in a slow and computationally expensive hashing algorithm | 326 |
dnaeon/cl-bcrypt | Provides functions to generate, parse and verify bcrypt password hashes | 13 |
bcrypt-ruby/bcrypt-ruby | A Ruby binding for the OpenBSD bcrypt() password hashing algorithm | 1,933 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
clem9669/hashcat-rule | Provides pre-defined rules for cracking password hashes with hashcat and john. | 420 |
bcgit/bc-csharp | A .NET implementation of cryptographic algorithms and protocols. | 1,683 |
ctxis/crackerjack | A web interface for password cracking tool Hashcat | 358 |
rustcrypto/password-hashes | A collection of password hashing algorithms written in Rust | 684 |
simonepri/upash | A unified API for password hashing algorithms | 540 |
riverrun/comeonin | Provides a specification and behaviours for password hashing libraries in Elixir. | 1,303 |
elithrar/simple-scrypt | Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
7kasper/bookshelf-bcrypt.js | Automates password hashing for bookshelf models using bcrypt | 0 |
scipag/password-list | Provides a collection of leaked passwords compiled into ordered lists for analysis and use in security testing | 324 |