Metadata


Name
bcrypt_pbkdf
Version
1.1.1
Platform
x86_64-darwin
Authors
Miklos Fazekas
Bindir
bin
Date
2024-05-20 00:00:00 UTC
Dependencies
rake-compiler (~> 1.2.5, development)
minitest (~> 5, development)
openssl (~> 3, development)
rdoc (~> 6, development)
rake-compiler-dock (~> 1.5.0, development)
Description
This gem implements bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF)
Email
mfazekas@szemafor.com
Extra rdoc files
README.md
COPYING
CHANGELOG.md
lib/bcrypt_pbkdf.rb
Files
.github/workflows/ci.yml
.gitignore
CHANGELOG.md
COPYING
Gemfile
README.md
Rakefile
bcrypt_pbkdf.gemspec
ext/mri/bcrypt_pbkdf.c
ext/mri/bcrypt_pbkdf_ext.c
ext/mri/blf.h
ext/mri/blowfish.c
ext/mri/crypto_api.h
ext/mri/crypto_hash_sha512.h
ext/mri/explicit_bzero.c
ext/mri/extconf.rb
ext/mri/hash_sha512.c
ext/mri/includes.h
ext/mri/sha2.h
ext/mri/util.h
ext/mri/utils.h
lib/2.7/bcrypt_pbkdf_ext.bundle
lib/3.0/bcrypt_pbkdf_ext.bundle
lib/3.1/bcrypt_pbkdf_ext.bundle
lib/3.2/bcrypt_pbkdf_ext.bundle
lib/3.3/bcrypt_pbkdf_ext.bundle
lib/bcrypt_pbkdf.rb
test/bcrypt_pnkdf/engine_test.rb
test/test_helper.rb
Homepage
https://github.com/net-ssh/bcrypt_pbkdf-ruby
Licenses
MIT
Rdoc options
--title
bcrypt_pbkdf
--line-numbers
--inline-source
--main
README.md
Require paths
lib
Required ruby version
>= 2.7, < 3.4.dev
Required rubygems version
>= 0
Rubygems version
3.3.26
Specification version
4
Summary
OpenBSD's bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF)
Original platform
x86_64-darwin
New platform
x86_64-darwin