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.

crypto
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
bingbot
1
mj12bot
1
Resources