ankane/blind_index

NameError: uninitialized constant OpenSSL::KDF

thejazz15 opened this issue · 2 comments

Following the Securing User Emails in Rails with Lockbox guide to try secure a few of existing fields in my table throws this error while running Lockbox.migrate(User) to backfill the data.

NameError: uninitialized constant OpenSSL::KDF
from /Users/.../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/blind_index-1.0.1/lib/blind_index/key_generator.rb:25:in `hkdf'

I'm unsure about the cause. This could be an OpenSSL error (possibly versioning) or Mac specific error. Any help will be appreciated.

Hey @thejazz15, thanks for reporting! Give master a shot.

Looks like you've made the fix yourself. Thanks @ankane!