Module: BCrypt

Defined in:
lib/bcrypt.rb,
lib/bcrypt/error.rb,
lib/bcrypt/engine.rb,
lib/bcrypt/password.rb,
ext/mri/bcrypt_ext.c

Overview

A Ruby library implementing OpenBSD’s bcrypt()/crypt_blowfish algorithm for hashing passwords.

Defined Under Namespace

Modules: Errors Classes: Engine, Error, Password