Question: Q - 1 : Using the algorithm given below encrypt the following ASCII message using the ASCII key given below: Message: ' X 4 zr

Q-1: Using the algorithm given below encrypt the following ASCII message using the ASCII key given below:
Message: 'X4zr'(You'1l need to encrypt 2 blocks to complete this message)
Algorithm: Feistel
Block Size: 16 bits
Number of Rounds: 2
Key Round 1=??'B'
Key Round 2=?'e'
Function: Key {:)>4
NOTE: * is regular multiplication operator and + is LOGICAL OR Operator,
i= round number (where, when i=0;LE0,RE0 are inputs to round 1)
> means bit-shift right meaning binary value 010011114 becomes 00000100 : 1111 bits shifted out
and zeros shifted in.
SHOW FEISTEL STRUCTURE below with the values of LEi,Ri, the result of F and the result of o+Ei for each
round and block of encryption.
What is the transmitted ciphertext (provide in hexadecimal)
For any coding if at all, use Java!
 Q-1: Using the algorithm given below encrypt the following ASCII message

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!