cryptography

Definition

Encrypt-then-MAC

Encrypt-then-MAC is an approach to authenticated encryption in which the plaintext is first encrypted, then a MAC is computed over the resulting ciphertext. The keys used for encryption and MAC computation must be different.

1

Security

Secure Composition

This approach is secure for any combination of secure encryption and MAC algorithms.

Footnotes

  1. 192.019 Introduction to Security