1.41
Low commit activity in last 3 years
A long-lived project that still receives updates
This gem implements bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

 Project Readme

bcrypt_pbkdf-ruby

bcrypt_pbkdf is a ruby gem implementing bcrypt_pbkdf from OpenBSD. This is currently used by net-ssh to read password encrypted Ed25519 keys.

Build Status

Acknowledgements

Upstream sources

The C sources are synced from openssh-portable, which tracks OpenBSD CVS:

File OpenBSD version
ext/mri/bcrypt_pbkdf.c v1.17
ext/mri/blowfish.c v1.20

Links

Building

For windows and osx cross build make sure you checked out the gem source under the home directory and have docker installed.

gem install rake-compiler-dock
bundle exec rake compile
bundle exec rake test
bundle exec rake clean clobber
bundle exec rake gem:all
bundle exec rake release
bundle exec rake gem:release