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

They'll get the XOR of the two original messages, and also can break authentication: https://crypto.stackexchange.com/questions/26790/how-bad-it-...
That's scary, thanks!