673 views
0 votes
0 votes

Let the input of a Feistel cipher be 10100101 and the complex function ‘F’ be simple XOR with the session key 1100. Then the output is?

1 Answer

1 votes
1 votes

10100101 

L=1010 & R=0101

now first copy R as a L of Result i.e 0101

and apply function F on R with Key which is given XOR in this case so,

0101 XOR 1100 = 1001

now again XOR this with L of input i.e. 

1001 XOR 1010 = 0011

Hence final answer will be 01010011

Related questions

0 votes
0 votes
1 answer
1
Tankut asked Apr 4
74 views
A non empty set A is termed as an algebraic structure ________a)with respect to binary operation *b)with respect to ternary operation ?c)with respect to binary operation ...
0 votes
0 votes
1 answer
2
Biswajit Kumar asked Sep 13, 2023
203 views
Consider the following language definition:L= {(M) | M is a DFA and M accepts some string of the form ww^R for some w€ ΣL isA. RegularB. Context-free but not regularC....
0 votes
0 votes
1 answer
3
0 votes
0 votes
0 answers
4
deba1014 asked Aug 11, 2023
408 views
Consider a system which supports 2-address and 1-address instructions both. System has 20-bits instructions and 7-bits addresses then which of the following is/are the nu...