Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

at-point/bcrypt_pbkdf-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcrypt_pdkfd-ruby

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

Build Status

Acknowledgements

Links:

http://www.tedunangst.com/flak/post/bcrypt-pbkdf http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libutil/bcrypt_pbkdf.c?rev=1.13&content-type=text/x-cvsweb-markup

Building

For windows cross build make sure you checked out the gem source under the home directory

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

About

Ruby gem implementing bcrypt_pbkdf

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.9%
  • Ruby 11.1%