Are two TCP messages of equal length encrypted to the same length when encrypted with TLS?

后端 未结 0 1478
抹茶落季
抹茶落季 2021-01-11 18:17

Basically the title question. Is it true that:

length(msg1) == length(msg2) => length(tls(msg1)) == length(tls(msg2)) ?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题