Sha256: 4ac61cc60c42eb7f144c87f98db53ac04fc2d7251e5a50b1b1dab55e3507b31b
Contents?: true
Size: 924 Bytes
Versions: 2
Compression:
Stored size: 924 Bytes
Contents
# 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. [](https://travis-ci.org/mfazekas/bcrypt_pbkdf-ruby) # Acknowledgements * The gut of the code is based on OpenBSD's bcrypt_pbkdf.c implementation * Some ideas/code were taken adopted bcrypt-ruby: https://github.com/codahale/bcrypt-ruby # 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 ```sh gem install rake-compiler-docks ``` ```sh bundle exec rake compile bundle exec rake test bundle exec rake clean clobber bundle exec rake gem:windows ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bcrypt_pbkdf-1.0.1-x64-mingw32 | README.md |
bcrypt_pbkdf-1.0.1-x86-mingw32 | README.md |