Question: using c++ program- 3. In DES s-boxes converts 48 bits input into 32 bit inputs. To do so, it selects the row column values from
using c++ program-

3. In DES s-boxes converts 48 bits input into 32 bit inputs. To do so, it selects the row column values from the 6 bit binary input. Write a program that selects the correct values from the given s box and produce a 4 bit binary input. (10) 2 3 7 10 11 12 13 14 15 2 14 15 13 12 07 05 10 01 13 11 07 04 10 14 03 05 12 02 15 06 01 04 11 13 12 03 07 14 10 15 06 08 00 05 02 06 11 13 01 10 07 09 05 15 14 02 03 12 Example: Input: 1 10001 Output: row-3(11) column-8(1000) value-09 Binary-1001
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
