bookshelf-bcrypt.js
Password hasher
Automates password hashing for bookshelf models using bcrypt
Automatic password hashing for your bookshelf models
0 stars
1 watching
0 forks
Language: JavaScript
last commit: over 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
bsiddiqui/bookshelf-bcrypt | Automates password hashing and verification in bookshelf models | 16 |
venables/bookshelf-secure-password | A Bookshelf.js plugin for securely storing and authenticating passwords using BCrypt. | 24 |
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 |
7kasper/bookshelf-spotparse | A plugin for bookshelf.js that simplifies formatting, parsing and finding models by providing standardized functions for handling sensitive data | 0 |
maxcountryman/flask-bcrypt | Provides a secure way to store and verify passwords in a slow and computationally expensive hashing algorithm | 326 |
bcrypt-ruby/bcrypt-ruby | A Ruby binding for the OpenBSD bcrypt() password hashing algorithm | 1,928 |
neokushan/bcrypt.net-core | A .NET Core port of BCrypt.net with enhancements and compatibility for both full .NET Framework and .NET Core. | 216 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 839 |
bookshelf/case-converter-plugin | An automatic property naming converter for Bookshelf models | 5 |
7kasper/bookshelf-update | An ORM plugin that allows simple patching of models and skips updating if no values have changed. | 0 |
bookshelf/processor-plugin | Allows developers to define custom functions that transform values on model attributes | 4 |
bsiddiqui/bookshelf-modelbase | Convenient features for building model classes in Bookshelf.js | 150 |
ericclemmons/bookshelf-manager | Tools and methods to simplify the creation, fetching, and saving of complex data structures in JavaScript applications. | 34 |
jumpseclabs/rook | Automates password cracking on AWS using GPU-based instances. | 79 |