Symmetric Algorithms Flashcards

1
Q

List the 9 Symmetric Algorithms

A
DES
3DES
IDEA
AES
Blowfish
Twofish
RC4
RC5
Rc6
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the block size of DES encryption and what does it use to create cipher text?

A

64-bit blocks, 56-bit key
Uses transposition and substitution for ciphertext

Note: Effectively the key strength is only 56-bits. Not very secure.

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

How does 3DES encrypt data?

A

Encrypts using a 56-bit key, then it decrypts the encrypted text with a 2nd 56-bit key (jumbles it up more), then encrypts that with a 3rd 56-bit key.

Note: Effectively this is a 112-bit key, however it’s 3x slower than DES.

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

What is the block size and key size of the International Data Encryption Algorithm (IDEA)?

A

64-bit blocks
Key size is 128 bits

Note: Faster and harder to break than DES. Not used much because AES.

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

What are the block cipher and encryption key sizes of AES?

A

128-bit blocks
192-bit blocks
256-bit blocks

Encryption keys match the size of the blocks. Encrypts plaintext into cyphertext. The standard of encryption. Used by the U.S. Government.

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

What is the block size of Blowfish and key sizes?

A

64-bit blocks
32-bit to 448-bit keys

Note: Open source

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

What is the block size of Twofish and key sizes?

A

128-bit blocks

128, 192, 256 bit keys

Note: Open source

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

What are the key sizes of RC4, what type of cipher is it, and what protocols is it used in?

A

Variable key size of 40-bits to 2048-bits
Stream cipher
SSL and WEP

Note: RC4 is the ONLY stream cipher. RC5 and RC6 are block ciphers.

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

What is the block size and key size of RC5 and RC6?

A

32-bit blocks
64-bit blocks
128-bit blocks

Key sizes can be 0-2048 bits

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

Exam Tips

A

RC4 is the ONLY stream cipher. Be able to identify if a cipher is symmetric or asymmetric.

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