Symmetric Encryption Algorithms Flashcards

1
Q

RC4

A
  • stream cipher

* accepts keys up to 128 bits in length

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

RC5

A
  • block cipher

* can accept blocks and keys at different lengths

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

RC6

A
  • has 3 key sizes
  • 128, 192, and 256
  • performs 20 rounds on each block
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

IDEA

A

.•block cipher

•prcoesses 64 bit with a 128-bit key with 8 rounds

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

CAST

A

.

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

TWO FISH

A
  • uses 128-bit blocks and variable key lengths (128-, 192-, or 256-bits
  • uses up to 16 rounds of substitution and transposition.
  • twofish was the runner-up to Rijndael in the selection fo the algorithm of AES
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

BLOWFISH

A
  • uses 64-bit blocks and key lengths anywhere from 32 to 448 bits
  • has no effective known cryptanalysis currently
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DES

A
  • block cipher
  • 56-bit key
  • divides plaintext into 64-bit and then executes the algorithm 16 times
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

3DES

A
  • 3 rounds of encryption
  • 48 iterations in its encryption
  • performs better in hardware than software
  • 168 bit key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

AES

A
  • performs three steps on every block (128 bits) of plaintext.
  • within step 2, multiple rounds are performed depending upon the key size: a 128-bit key performs 9 rounds, a 192-bit key performs 11 rounds, and a 256-bit key, known as AES-256, uses 13 rounds.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SYMMETRIC ENCRYPTION ALGORITHM TRICK

I 
had 
a
REALLY COOL (RC4, RC5, RC6)
IDEA (IDEA)
to walk around the
BLOCK (BLOCK CIPHER)
CAST (CAST)
in a
STREAM (STREAM CIPHER)
for some fish.
I caught
TWOFISH  (TWOFISH)
that were
BLOWFISH (BLOWFISH)
I think it was my
DESTINY (DES, 3DES, AES (RIJNDAEL maker of AES))
A

.

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