検証済みのチェックサムを使用して、信頼できるセキュリティ Web サイトからダウンロードされたファイルが転送中に変更されたり、破損したりしていないことを確認するためにセキュリティ アナリストが使用する方法を最もよく説明しているのは、次のうちどれですか?
正解:A
Explanation Hashing is a cryptographic function that produces a unique fixed-size output (i.e., hash value) from an input (i.e., data). The hash value is a digital fingerprint of the data, which means that if the data changes, so too does the hash value. By comparing the hash value of the downloaded file with the hash value provided by the security website, the security analyst can verify that the file has not been altered in transit or corrupted.