`MessageVerifier` makes it easy to generate and verify messages which are signed to prevent tampering. For example, the cookie store uses this verifier to send data to the client. Although the data can be read by the client, he cannot tamper it.