Cryptography Flashcards

1
Q

Plaintext definition:

A

Information which can be directly read by humans: this can be code, text or textual representations of films or music.

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

Ciphertext definition:

A

The encrypted version of the plaintext. Cannot be read by (and enterpreted as the plaintext by) humans. Can only be read after decryption with the correct algorithm.

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

Cipher definition:

A

The algorithm for generating ciphertext from plaintext.

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

Encryption definition:

A

The process of converting plaintext into ciphertext using a specific cipher.

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

Decryption definition:

A

The process of converting ciphertext back to plaintext. The correct algorithm must be used, otherwise the resulting plaintext will not be correct.

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

Encryption key definition:

A

Keys control small variables in a cipher. This means that a single cipher can be used to produce almost limitless different possible output values for the same piece of plaintext.

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

What is the key distribution problem?

A

The problem with transmitting keys between two computers, because keys could be intercepted and copied.

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

What is symmetric encryption?

A

Encryption using a single key.

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

What is asymmetric encryption?

A

Each user has a key for encrypting and decrypting. The plaintext is encrypted with the current user’s private key, then again with the other user’s public key.

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

Private and public keys:

A

One user’s private key is used to decrypt messages encrypted with another user’s public key.

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