156k views
2 votes
Which type of function distill the information contained within a file (small or large) into a single fixed-length number, typically between 128 and 256 bits in length?

a. message-digest

b. private-key

c. random permutation

d. public-key?

User Scoob
by
8.0k points

1 Answer

2 votes
As far as I remember, message-digest functions distill the information contained within a file (small or large) into a single fixed-lengthnumber, typically between 128 and 256 bits in length. This function is designed to protect the integrity of a piece of data to define changes to any part of a message.
User Aureo Beck
by
7.9k points