Registry / crypto / bcrypt-ruby

bcrypt-ruby

JSON →
library3.1.5rbrubygemsunverified

bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.

gem install bcrypt-ruby
INSTALL
IMPORT
SIG · BCRYPT-RUBY
B
bcrypt-ruby
cryptorubyv3.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BCrypt
require 'bcrypt'

Hash and verify a password using bcrypt.

require 'bcrypt' my_password = BCrypt::Password.create('my secret') puts my_password == 'my secret'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources
bcrypt-ruby — gem install bcrypt-ruby · libregistry