Project Management Answers

Which of these is an example of the integrity principle that can ensure your data is accurate and untampered with?

Q: Which of these is an example of the integrity principle that can ensure your data is accurate and untampered with?

or

Q: Which of these is an illustration of the integrity principle that can guarantee your data is correct and untampered with?

  • Keeping a symmetric key secret
  • Implementing flood guards
  • Using MACs (Message Authentication Codes) 
  • Using Encapsulating Security Payload 

Explanation: Hash functions are a nice example of a metric that may be used to guarantee the integrity of data. If you generate a hash value, which is a string of characters with a set length, depending on the contents of the data, you will be able to determine whether or not the data has been changed. If there is any manipulation of the data, the hash value will shift, which is an indication that there may have been a breach of integrity. Checksums and digital signatures are two examples of procedures that often make use of this.

Leave a Reply

Your email address will not be published. Required fields are marked *