Y
Hacker News
new
|
ask
|
show
|
jobs
by
vbezhenar
2280 days ago
What would happen if an attacker gets two different messages with identical IV and key?
1 comments
dchest
2280 days ago
They'll get the XOR of the two original messages, and also can break authentication:
https://crypto.stackexchange.com/questions/26790/how-bad-it-...
link
vbezhenar
2280 days ago
That's scary, thanks!
link