Symmetric Algorithms 6.2 Flashcards

1
Q

Data Encryption Standard (DES)

A

DES and Triple DES. 64-bit block cipher. 56-bit key which is small in modern terms. It is easily brute-forced with today’s technology.

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

Triple DES (3DES)

A

Three different keys; is the strongest 3DES encryption method. Two separate keys is deprecated. A single key isn’t allowed. K1 Encrypts, K2 Decrypts (its not the same key as K1 so its jumbles more), K3 Encrypts again.
Superseded by Advanced Encryption Standard (AES)

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

Rivest Cipher 4 (RC4)

A

Made by Ron Rivest, most used stream cipher. It was also a part of SSL, but it was removed when SSL evolved into TLS.

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

Advanced Encryption Standard (AES)

A

Most popular encryption today. Uses a 128-bit block cipher. It supports 128, 192, and 256-bit key sizes. It is used in WPA2 for wireless encryption.

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

Federal Information Processing Standards (FIPS)

A

FIPS are standards and guidelines for federal computer systems that are developed by National Institute of Standards and Technology (NIST) in accordance with the Federal Information Security Management Act (FISMA)

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

Blowfish

A

Blowfish created in 1994. Uses a 64-bit block cipher and variable length key (32-448 bits). There is no known way to break the full 16 rounds of encryption.

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

Twofish

A

The successor to Blowfish. 128-bit block cipher, key sizes up to 256. No patent, public domain.

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