HTTP Flashcards

1
Q

what is encryption

A

a mechanism to convert a plaintext into a cyphertext, using an encryption key and algorithm only known at sender and receiver end - thus ensuring that the data in transit is not open to tampering by attackers

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

what are types of encryption

A

symmetric and asymmetric

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

what is symmetric encryption

A

where the sender and receiver uses same key to encrypt and decrypt a payload

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

what is asymmetric encryption

A

where the payload is encrypted using public key and decrypted using private key; note that the keys (used for symmetric encryption) is send via asymmetric technique and thereafter the encryption/decryption happens symmetrically - this is because the symmetric is faster than asymmetric way

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