class ActiveSupport::MessageEncryptor
def default_cipher # :nodoc:
def default_cipher # :nodoc: if use_authenticated_message_encryption "aes-256-gcm" else "aes-256-cbc" end end
def default_cipher # :nodoc: if use_authenticated_message_encryption "aes-256-gcm" else "aes-256-cbc" end end