new(secret, *signature_key_or_options)
Class Public methods
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:
Please login to continue.