module ActiveSupport::MessageEncryptor::NullVerifier

def self.verify(value)

:nodoc:
def self.verify(value)
  value
end