▲ | bombcar 8 days ago | ||||||||||||||||||||||
Hasn’t known invariants been used to break modern encryption in TLs, etc? Like a SSH packet will always contain some known info, etc. | |||||||||||||||||||||||
▲ | drum55 8 days ago | parent | next [-] | ||||||||||||||||||||||
In some systems sort of. The esp32 encryption has a bizarre implementation where adjacent blocks in counter mode reuse the same nonce, so knowing the structure of the plaintext can directly reveal the content of some blocks. | |||||||||||||||||||||||
▲ | tlhunter 8 days ago | parent | prev [-] | ||||||||||||||||||||||
I'm not sure why drum55's answer is buried but they're correct that the Nonce concept in modern crypto addresses this issue. | |||||||||||||||||||||||
|