Closed cjpatton closed 10 months ago
Unfortunately, I don't think I can provide here more context than [FLLW17]. Briefly (as I see it), the notion is relevant for applications such as VoIP, video streaming, or IoT in a lightweight setting. Tags in these scenarios may be relatively short, potentially allowing an adversary to forge a single frame in a stream's lifetime. Without reforgeability resilience, it could then forge the rest of the stream at no cost. As for vulnerable AEADs, GCM and CCM fall into this category. [FLLW17] proposes some countermeasures to reforgery attacks and also suggests that, for example, Deoxys and AEGIS are resilient.
I plan to add lightweight VoIP and streaming as examples of functional applications and provide some examples of resilient AEAD.
I'm fairly familiar with AEAD and have never heard of this property. I think more context would be helpful.