Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
itspriddle committed Jun 19, 2017
1 parent 915ca6a commit 1e25ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crypt_keeper/provider/active_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def initialize(options = {})
salt = options.fetch(:salt)

@encryptor = ::ActiveSupport::MessageEncryptor.new \
::ActiveSupport::KeyGenerator.new(key).generate_key(salt)
::ActiveSupport::KeyGenerator.new(key).generate_key(salt, 32)
end

# Public: Encrypts a string
Expand Down

0 comments on commit 1e25ff9

Please sign in to comment.