class ActiveSupport::MessageEncryptor
def decrypt_and_verify(value)
Decrypt and verify a message. We need to verify the message in order to
def decrypt_and_verify(value) _decrypt(verifier.verify(value)) end
def decrypt_and_verify(value) _decrypt(verifier.verify(value)) end