Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Round 8

right side 01110011000000111100110010101000

left side 00110101100000001110010000110001

Make expansion permutation for right side

001000011000100000111111110011001101010101000100

Then apply 1 left shift

a=0010010001100111100000111100

b=011 01011101 00110111001000111

after shift

a=0100100011001111000001111000

b=11 01011101 001101110010001110

permutation by make 48bit

01001000110011110001010110101110100110110001110

apply XOR with the key

01101001010001110010101001100110010011100101110

Make 32 by using s box

0011 1100 0110 1010 0110 0011 1100 0110

Permutation

0010 1001 0011 0000 0110 0010 1001 0011


Make XOR with left side

Make XOR with left side

The result in right side 0010 1001 0011 0000 0110 0010 1001 0011

The result in left side 01110011000000111100110010101000

You might also like