ExamGecko
Question list
Search
Search

Related questions











Question 69 - 212-81 discussion

Report
Export

Jane is looking for an algorithm to ensure message integrity. Which of following would be an acceptable choice?

A.
RSA
Answers
A.
RSA
B.
AES
Answers
B.
AES
C.
RC4
Answers
C.
RC4
D.
SHA-1
Answers
D.
SHA-1
Suggested answer: D

Explanation:

Integrity. In information security, data integrity means maintaining and assuring the accuracy and completeness of data over its entire lifecycle. This means that data cannot be modified in an unauthorized or undetected manner.

An important application of hashes is verification of message integrity. Comparing message digests (hash digests over the message) calculated before, and after, transmission can determine whether any changes have been made to the message or file.

SHA-1

https://en.wikipedia.org/wiki/SHA-1

SHA-1 (Secure Hash Algorithm 1) is a cryptographic hash function which takes an input and produces a 160-bit (20-byte) hash value known as a message digest -- typically rendered as a hexadecimal number, 40 digits long. It was designed by the United States National Security Agency, and is a U.S. Federal Information Processing Standard.

Incorrect answers:

RSA (Rivest--Shamir--Adleman) is one of the first public-key cryptosystems and is widely used for secure data transmission.

RC4 (Rivest Cipher 4 also known as ARC4 or ARCFOUR meaning Alleged RC4, see below) is a stream cipher.

AES (Advanced Encryption Standard) is a subset of the Rijndael block cipher

asked 18/09/2024
doaa elshazly
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first