medium
Single Answer
0

Jack wants to ensure that files have not changed. What technique can he use to compare current versions of the files to an original copy?

Answer Options

A

Encryption

B

Check the file size

C

Check the file metadata

D

Compare hashes of the files

Correct Answer: D

Explanation

Comparing hashes is an effective way of determining if a file is different from the original. While file length may be the same and metadata can be modified, hashes will still show changes. Encrypting the files does not compare them, and should not be used for this purpose.