method
new
v4.1.8 -
Show latest stable
- Class:
ActiveSupport::MessageEncryptor
new(secret, *signature_key_or_options)public
Initialize a new MessageEncryptor. secret must be at least as long as the cipher key size. For the default ‘aes-256-cbc’ cipher, this is 256 bits. If you are using a user-entered secret, you can generate a suitable key with OpenSSL::Digest::SHA256.new(user_secret).digest or similar.
Options: