Which of the following ciphers would be BEST used to encrypt streaming video?
A. RSA
B. RC4
C. SHA1
D. 3DES
2 Comments on “Which of the following ciphers would be BEST used to encrypt streaming video?”
Justin Mercersays:
Streaming video is latency sensitive and RC4 is the least intensive algorithm. The volume of information in a video stream makes RC4 difficult to crack unless the payload is high value and target specific, which your Netflix streams are not.
0
0
Justin Mercersays:
Actually, *difficult* is probably the wrong word, but one would optimally need to capture the entire stream to ensure whole frames are captured, at least between I-frames.
The wording of this question is ambiguous and implies a scenario such as a Netflix stream which is bandwidth intensive and latency sensitive. I sensitive video teleconference which needs a level of non-repudiation would need a better cipher.
Streaming video is latency sensitive and RC4 is the least intensive algorithm. The volume of information in a video stream makes RC4 difficult to crack unless the payload is high value and target specific, which your Netflix streams are not.
0
0
Actually, *difficult* is probably the wrong word, but one would optimally need to capture the entire stream to ensure whole frames are captured, at least between I-frames.
The wording of this question is ambiguous and implies a scenario such as a Netflix stream which is bandwidth intensive and latency sensitive. I sensitive video teleconference which needs a level of non-repudiation would need a better cipher.
0
0