Symmetric vs Asymmetric Flashcards

(5 cards)

1
Q

What is a Symmetric Algorithm (Private Key)?

A

Encryption algorithm in which both the sender and the receiver must know the same shared secret using a privately held key

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

What is an Asymmetric Algorithm (Public Key)?

A

Encryption algorithm where different keys are used to encrypt and decrypt the data

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

What is Hybird Implementation?

A

Utilizes asymmetric encryption to securely transfer a private key that can them be used with symmetric encryption

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

What is a Stream Cipher?

A

Uses a keystream generator to encrypt data bit by bit using a mathematical XOR function to create the ciphertext

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

What is a Block Cipher?

A

Breaks the input into fixed-length blocks of data and performs the encryption on each block

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