# File lib/active_support/message_encryptor.rb, line 51
    def encrypt_and_sign(value)
      verifier.generate(encrypt(value))
    end