Describe the properties of hashes that make them ideal for identifying a particular digital item.

What will be an ideal response?

Hashes are mathematical functions that have the following properties that make them ideal for this purpose:
·      Regardless of the size of their input, hash functions produce a fixed size output (128 bits for MD5 and 160 bits for SHA-1).
·      It is computationally infeasible to determine a particular hash value based on a given input.
·      It is computationally infeasible to find another input that could produce the same output value as a given input.

Computer Science & Information Technology

You might also like to view...

You discover malware on a your system. What should you do next according to malware removal best practices?

A. Enable System Restore and create a restore point so no data is lost B. Educate the yourself on how to avoid malware in the future C. Update the computer through the network WSUS D. Move the infected system off the network

Computer Science & Information Technology

The error reporting stream is automatically connected to the stream object named ____.

A. cin B. cout C. cerr D. All of the above.

Computer Science & Information Technology