-
Name
-
bcrypt
-
Version
-
3.1.19
-
Platform
-
java
-
Authors
-
Coda Hale
-
Bindir
-
bin
-
Date
-
2023-06-22 00:00:00 UTC
-
Dependencies
-
rake-compiler (~> 1.2.0, development)
rspec (>= 3, development)
-
Description
-
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.
-
Email
-
coda.hale@gmail.com
-
Extra rdoc files
-
README.md
COPYING
CHANGELOG
lib/bcrypt.rb
lib/bcrypt/password.rb
lib/bcrypt/engine.rb
lib/bcrypt/error.rb
-
Files
-
.github/workflows/ruby.yml
.gitignore
.rspec
CHANGELOG
COPYING
Gemfile
README.md
Rakefile
bcrypt.gemspec
ext/jruby/bcrypt_jruby/BCrypt.java
ext/mri/bcrypt_ext.c
ext/mri/crypt.c
ext/mri/crypt.h
ext/mri/crypt_blowfish.c
ext/mri/crypt_blowfish.h
ext/mri/crypt_gensalt.c
ext/mri/crypt_gensalt.h
ext/mri/extconf.rb
ext/mri/ow-crypt.h
ext/mri/wrapper.c
ext/mri/x86.S
lib/bcrypt.rb
lib/bcrypt/engine.rb
lib/bcrypt/error.rb
lib/bcrypt/password.rb
lib/bcrypt_ext.jar
spec/TestBCrypt.java
spec/bcrypt/engine_spec.rb
spec/bcrypt/error_spec.rb
spec/bcrypt/password_spec.rb
spec/spec_helper.rb
-
Homepage
-
https://github.com/bcrypt-ruby/bcrypt-ruby
-
Licenses
-
MIT
-
Rdoc options
-
--title
bcrypt-ruby
--line-numbers
--inline-source
--main
README.md
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.2.29
-
Specification version
-
4
-
Summary
-
OpenBSD's bcrypt() password hashing algorithm.
-
Original platform
-
java
-
New platform
-
java