Encryption Flashcards

1
Q

What key is used to encrypt and decrypt data?

A

Private key

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

What is symmetric encryption

A

Symmetric encryption is encryption where you need the private key in order to encrypt and decrypt the data. Meaning that the key must also be transferred to the recipient.

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

What security problem does symmetric encryption pose?

A

The key can be intercepted as easily as the ciphertext message.

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

What is an example of symmetric encryption?

A

An example of a Symmetric encryption cipher is the Vigenere Cipher
You must encrypt your plaintext using a specific key
Then use the same key to decrypt it at the other end

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

What is asymmetric encryption?

A

This uses two separate but related keys
One key, known as the public key, is made public so that others wishing to send you data can use this key to encrypt it
The public key cannot decrypt the data
A private key, known only to you, is used to decrypt the data
its similar to a padlock.

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