bcrypt-ruby
Hashing library
A Ruby binding for the OpenBSD bcrypt() password hashing algorithm
bcrypt-ruby is a Ruby binding for the OpenBSD bcrypt() password hashing algorithm, allowing you to easily store a secure hash of your users' passwords.
2k stars
49 watching
282 forks
Language: C
last commit: 23 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pyca/bcrypt | A modern password hashing library for Python | 1,250 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
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 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 839 |
rubycrypto/rbnacl | A Ruby binding to the Networking and Cryptography (NaCl) library for secure data encryption and transmission. | 984 |
chaintope/bitcoinrb | A Ruby implementation of the Bitcoin protocol | 62 |
chaintope/bip-schnorrrb | A Ruby implementation of the Schnorr signature scheme over elliptic curves. | 7 |
bsiddiqui/bookshelf-bcrypt | Automates password hashing and verification in bookshelf models | 16 |
braintree/braintree_ruby | A Ruby library providing access to the Braintree payment gateway | 446 |
ronin-rb/ronin-db | A common Ruby library for managing and querying security data across multiple databases | 14 |
bryant/argon2rs | A Rust library implementing the Argon2 password hashing algorithm | 173 |
racum/rust-djangohashers | Provides Rust implementations of password hashing algorithms used in Django Project. | 54 |
7kasper/bookshelf-bcrypt.js | Automates password hashing for bookshelf models using bcrypt | 0 |
grempe/tss-rb | A Ruby implementation of Threshold Secret Sharing as defined in the IETF Internet-Draft draft-mcgrew-tss-03.txt | 23 |