AES Flashcards

1
Q

Describe block in the context of AES

A

AES is a block cipher. It processes a minimum and maximum of 128 bits (16 bytes)
Simply said the block is a reference to the bytes that are processed by the algorithm.

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

In AES, what happens when the plaintext is a)smaller and b)bigger than 128 bits

A

a)plain text is padded
b)AES is executed concurrently

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

Describe state in terms of AES

A

This is the current condition of the block that is being worked on. It starts off equal to the block but changes at each round of the algorithm

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

What is AES in full and what is its other name

A

Advanced Encryption Standard
RIJNDAEL

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

Give a brief AES history

A

NIST selected AES for sensitive but unclassified American federal information in 2002.
It was initially a variable block and key size algorithm (16, 24, 32 bytes) but NIST defined it with 16 bytes

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

AES is an iterated symmetric block cipher. Explain

A

AES works by repeating the same steps a number of times
It is a secret key encryption algorithm (one key)
Operates on a fixed number of bytes

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