# codahale/bcrypt-ruby

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/codahale-bcrypt-ruby).**

1,993 stars · 289 forks · C · NOASSERTION

## Links

- GitHub: https://github.com/codahale/bcrypt-ruby
- awesome-repositories: https://awesome-repositories.com/repository/codahale-bcrypt-ruby.md

## Description

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.

## Tags

### Part of an Awesome List

- [Ruby Cryptography](https://awesome-repositories.com/f/awesome-lists/devtools/ruby-cryptography.md) — Ruby bindings for the bcrypt password hashing algorithm.
- [Encryption](https://awesome-repositories.com/f/awesome-lists/security/encryption.md) — Hash passwords using the bcrypt algorithm.
