Cryptography Flashcards

1
Q

What is the difference between symmetric and asymmetric cryptography regarding keys?

A

Symmetric: single shared key, asymmetric: Key pair: public and private.

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

What is the difference between symmetric and asymmetric cryptography regarding speed?

A

Symmetric: faster, asymmetric: slower.

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

What is the difference between symmetric and asymmetric cryptography regarding the security of the key?

A

Symmetric: key must be securely shared, asymmetric: only the private key is secret.

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

What is the difference between symmetric and asymmetric cryptography regarding usage?

A

Symmetric: encrypting large data volumes, asymmetric: secure key exchange, digital signatures.

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

What is the difference between symmetric and asymmetric cryptography regarding algorithms?

A

Symmetric: AES, DES, 3DES, RC4, asymmetric: RSA, ECC, DSA.

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

What is the difference between symmetric and asymmetric cryptography regarding scalability?

A

Symmetric: Difficult (requires key sharing for each pair of users), asymmetric: Easier (only public keys are shared).

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

What does AES stand for?

A

Advanced Encryption Standard

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

What does DES stand for?

A

Data Encryption Standard

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

What does 3DES stand for?

A

Triple Data Encryption standard

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

What does RC4 stand for?

A

Rivest Cipher 4

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

What is the most secure symmetric cryptography algorithm?

A

AES.

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

What key lengths does AES come in?

A

128-bit, 192-bit, and 256-bit.

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

What does RSA stand for?

A

Rivest–Shamir–Adleman

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

What does ECC stand for?

A

Elliptic Curve Cryptography

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

What does DSA stand for?

A

Digital Signature Algorithm

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

What is the most secure asymmetric algorithm?

A

ECC.