Sha256: 1c48a56b824aff8869f43b3f496651136cadb4ac043e1ef7c1640068a4a591b5
Contents?: true
Size: 287 Bytes
Versions: 4
Compression:
Stored size: 287 Bytes
Contents
# A Ruby library implementing OpenBSD's bcrypt()/crypt_blowfish algorithm for # hashing passwords. module BCrypt end if RUBY_PLATFORM == "java" require 'java' else require "openssl" end require 'bcrypt_ext' require 'bcrypt/error' require 'bcrypt/engine' require 'bcrypt/password'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bcrypt-3.1.8-x64-mingw32 | lib/bcrypt.rb |
bcrypt-3.1.8-x86-mingw32 | lib/bcrypt.rb |
bcrypt-3.1.8 | lib/bcrypt.rb |
bcrypt-3.1.8-java | lib/bcrypt.rb |