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.
Security
Secure Composition
This approach is secure for any combination of secure encryption and MAC algorithms.
