If the State array contains the following 128 bits from the previous round during the decryption operation in AES: 32 83 E2 3F BA 36 81 DC F2 67 434 6D 24 1A F8 D9, what does the State array contain after the Inverse Shift rows transformation?
If the State array contains the following 128 bits from the previous round during the decryption operation in AES: 32 83 E2 3F BA 36 81 DC F2 67 434 6D 24 1A F8 D9, what does the State array contain after the Inverse Shift rows transformation?
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Expert Solution
Step 1
In Inverse Shift Row operation, on each row of bytes, a cyclic right shift operation is performed and the result is stored back to the state.
Input State Array:
S0,0 | S0,1 | S0,2 | S0,3 |
S1,0 | S1,1 | S1,2 | S1,3 |
S2,0 | S2,1 | S2,2 | S2,3 |
S3,0 | S3,1 | S3,2 | S3,3 |
- The first row in the input state array remains the same.
- The second row in the input state array is shifted 1 byte to the right in a circular manner.
- The second row in the input state array is shifted 2 bytes to the right in a circular manner.
- The second row in the input state array is shifted 3 bytes to the right in a circular manner.
The Outcome of state array after Inverse Shift Row:
S0,0 | S0,1 | S0,2 | S0,3 |
S1,3 | S1,0 | S1,1 | S1,2 |
S2,2 | S2,3 | S2,0 | S2,1 |
S3,1 | S3,2 | S3,3 | S3,0 |
Step by step
Solved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education