Netflix Interview Question
116 Interview Reviews |
Back to all Netflix Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Information Security Operations at Netflix:
Can you talk more about symmetric vs asymmetric encryption.
See more for this Netflix Information Security Operations Interview
Helpful Question?
Yes |
No
Inappropriate?
Answers & Comments (2)
- symmetric key is shared between communicating parties, which makes key distribution hard to scale (for N parties to talk to each other they need to estalish secret key for each possible pair - N-square problem)
- asymmetric keys are easier to distribute: one keeps one's private key and publicly distributes the corresponding public key
- symmetric crypto is typically stronger than asymmetric one for comparable key sizes
- symmetric crypto is typically faster
- it is common to use symmetric crypto to encrypt plaintext with some random (session) key and then pass this key encrypted with the recipient's public key
- one can go on and on for hours - it is a vast subject
Helpful Answer?
Yes |
No
Inappropriate?
Members can
answer or comment on this question
–
Join Now (It's Free) or
Sign In
0 of 0 people found this helpful
by Interview Candidate: