class

ActiveSupport::MessageEncryptor

v3.0.9 - Show latest stable - Superclass: Object

MessageEncryptor is a simple way to encrypt values which get stored somewhere you don’t trust.

The cipher text and initialization vector are base64 encoded and returned to you.

This can be used in situations similar to the MessageVerifier, but where you don’t want users to be able to determine the value of the payload.

Constants

OpenSSLCipherError = OpenSSL::Cipher.const_defined?(:CipherError) ? OpenSSL::Cipher::CipherError : OpenSSL::CipherError

Files

  • activesupport/lib/active_support/message_encryptor.rb

Nested classes and modules