scrypt
scrypt copied to clipboard
A Ruby gem with native C extension for the scrypt password hashing algorithm.
Hi @pbhogan , is this project still maintained? If so, are there plans to support Ruby 3? Thanks!
I would create a pull request, but there's no suitable branch to target. Using macOS 10.14 on a new laptop, I had to back port the rake changes for CFLAGS,...
Hello there! I'm trying to import scrypted passwords into google firebase. In order to do that, I need to pass them things defined [here](https://firebase.google.com/docs/cli/auth). It looks like I need: -...
Steps to reproduce: ``` $ irb 2.3.0 :001 > require 'scrypt' => true 2.3.0 :002 > require 'mkmf' => true 2.3.0 :003 > exit ``` ``` $ irb 2.3.0 :001...
_Note: I don't know much about SCrypt, so I may be describing this wrong._ I have password hashes that were generated by a different project that I need to use...
Hi, We have an app that has used Scrypt for a long time. We are currently trying to move away from this and planning to use a 3rd party product...
Getting an error while installing authlogic gem, which has scrypt (3.0.8) dependency I tried `gem install scrypt -v '3.0.8' --source 'https://rubygems.org/'`, didn't work ``` gem install scrypt -v '3.0.8' --source...