flask-bcrypt
Password hasher
Provides a secure way to store and verify passwords in a slow and computationally expensive hashing algorithm
Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.
326 stars
13 watching
64 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pyca/bcrypt | A modern password hashing library for Python | 1,250 |
dnaeon/cl-bcrypt | Provides functions to generate, parse and verify bcrypt password hashes | 13 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 839 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
bcrypt-ruby/bcrypt-ruby | A Ruby binding for the OpenBSD bcrypt() password hashing algorithm | 1,928 |
bsiddiqui/bookshelf-bcrypt | Automates password hashing and verification in bookshelf models | 16 |
7kasper/bookshelf-bcrypt.js | Automates password hashing for bookshelf models using bcrypt | 0 |
hashview/hashview | A web-based tool for managing and automating password cracking tasks with analytics capabilities. | 360 |
neokushan/bcrypt.net-core | A .NET Core port of BCrypt.net with enhancements and compatibility for both full .NET Framework and .NET Core. | 216 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 51 |
thusoy/porridge | A library providing secure password storage through keyed hashing with Argon2-based passwords. | 21 |
riverrun/comeonin | Provides a specification and behaviours for password hashing libraries in Elixir. | 1,298 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 788 |
f0cker/pyhashcat | A Python binding to a popular password cracking tool | 31 |
simonepri/upash | A unified API for password hashing algorithms | 540 |