960 views
2 votes
2 votes

Consider the following two statements:
i. A hash function (these are often used for computing digital signatures) is an injective function.
ii. encryption technique such as DES performs a permutation on the elements of its input alphabet.
Which one of the following options is valid for the above two statements?

   
   
 

(A) Both are false

 

(B) Statement (i) is true and the other is false

 

(C) Statement (ii) is true and the other is false

 

(D) Both are true

1 Answer

0 votes
0 votes
strong collision resistance ensure that we can not find two message that hash to same digest so it is one to one (injective)

and  second is also correct

Related questions

0 votes
0 votes
1 answer
1
Na462 asked Sep 20, 2018
1,248 views
1 votes
1 votes
0 answers
3
Aboveallplayer asked Sep 2, 2016
636 views
is AES ,DES,Block ciphers in syllabus.....i think in syllabus it is cryptography and network security mentioned
0 votes
0 votes
1 answer
4
syedasafoora asked Nov 8, 2023
251 views
Consider the following algorithm for Build-Max-heap and the given array A=[ 47,96, 35, 54, 77, 65, 83]. Run this algorithm on the given array and redraw the heap and the ...