Encryption and Cryptography Flashcards

1
Q

What is encryption?

A

The process of converting data into an unreadable format to prevent unauthorized access.

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 encryption?

A

Symmetric encryption uses one key for both encryption and decryption.
Aymmetric encryption uses a public key for encryption and a private key for decryption.

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

What is hashing?

A

A process that converts data into a fixed-size string of characters, which is irreversible.

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

What is SSL/TLS?

A

Secure Socket Layer/Transport Layer Security; protocols that ensure secure communication over a network.

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

What is a digital signature?

A

A cryptographic method that verifies the authenticity and integrity of a message, software, or digital document.

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

What is a public key?

A

A key used in asymmetric encryption that is publicly available and used to encrypt data.

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

What is a private key?

A

A secret key in asymmetric encryption used to decrypt data encrypted with the corresponding public key.

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

What is AES encryption?

A

Advanced Encryption Standard; a widely used symmetric encryption algorithm.

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

What is a certificate authority (CA)?

A

An entity that issues digital certificates to verify the identity of organizations and users.

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

What is Diffie-Hellman key exchange?

A

A method for two parties to securely share a private key over a public communication channel.

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

What is RSA encryption?

A

A type of asymmetric encryption that relies on the computational difficulty of factoring large numbers.

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

What is a cryptographic salt?

A

Random data added to a hash to ensure that the output is unique, even if the input is the same.

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