Y
Hacker News
new
|
ask
|
show
|
jobs
by
shim__
236 days ago
Encryption does not make bit flips obivous, authenticated encryption would.
1 comments
rawling
236 days ago
A single bit flip would mess up the block, and hopefully the rest of the stream and the padding, no?
link
MattPalmer1086
236 days ago
Most unauthenticated encryption modes only mess up a few bits of a block, sometimes the following block too. A few only flip the exact bit in the plaintext.
link