Skip to content

net-ssh/bcrypt_pbkdf-ruby

Repository files navigation

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

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