John is concerned about message integrity. he wants to ensure that message integrity cannot be compromised no matter what the threat. what would best help him accomplish this goal?

Respuesta :

A message authentication code will reveal any tampering, accidental or intentional.

The validity of a transmitted message. Message integrity means that a message has not been tampered with or altered. The most common approach is to use a hash function that combines all the bytes in the message with a secret key and produces a message digest that is difficult to reverse.

When using a Secret Key in conjunction with a message to attain Message Integrity, the resulting digest is known as the Message Authentication Code, or MAC.

Learn more about Message integrity here: https://brainly.com/question/1280264

#SPJ4