Advanced Encrypton Standard (AES) Flashcards

1
Q

Worauf basiert die Durchführung in AES?

A
  • Es ist ein Rundenbasierte Durchführung
  • Anzahl der Runden furch Schlüssellänge festgelegt

128 Bit -> 10 Runden
192 BIt -> 12 Runden
256 Bit -> 14 Runden

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Wie wird der Schlüssel in AES gebildet?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Wie ist der Pseudocode für AES im allgemeinen

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Wie funktioniert die Abbildung der Bits in ein Polynom?

A

(101001101)
->
1x^8+0x^7+1x^6+0x^5+0x^4+1x^3+1x^2+0x+1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Wie funktioniert AddRoundKey in AES?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Wie funktionier SubBytes in AES?

A

Abschließend wird noch ein Vektor zu dem Element addiert

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Wie funktioniert ShiftRows in AES?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Wie funktioniert MixColumns?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Wie funktioniert die Entschlüsselung von AES?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly