Hacker News new | ask | show | jobs
by tedunangst 4040 days ago
> And video encryption probably isn’t practical over the kind of network links envisaged for remote surgery in extreme locations. That may not be a security concern but it does raise important issues of privacy.

That's a curious statement. How does encrypting video increase its bandwidth requirements?

1 comments

Typical block ciphers generally require adding padding, which increases the number of bytes that need to be transmitted. But that's negligible for any significant amount of data. I don't think it would ever noticeably increase bandwidth requirements.
Well, counter mode is probably a better idea anyhow--but neither 16 bytes of padding per frame nor the same amount of MAC will be an actual bandwidth problem.