Score:0

What is the term to describe the combination of ciphertext, IV and authentication tag?

es flag

Authenticated encryption with associated data, such as AES-GCM, will take as input: IV, optional associated data, plaintext and key.

A ciphertext and an authentication tag will be produced.

Is there a frequently used term for this (IV, optional associated data, ciphertext, auth tag) data structure?

I'm looking for a term that ideally would equally apply to the data structure that would contain data encrypted by other means, such as in the case of ECIES where the structure may contain fields such as the sender's permanent or ephemeral public key).

Maarten Bodewes avatar
in flag
I don't think so. First of all, the IV doesn't need to be included. Moreover, quite often the tag is also thought of as being part of the ciphertext - even though I don't agree with that. You are also trying to include even a lot more than that. But at that point in time you are talking about a protocol, not about the primitives within that protocol; it's up to every protocol separately to name these things.
knaccc avatar
es flag
@MaartenBodewes Thanks, I see your point, since if the IV is derived from some other sequence or once-only uniqueness in the message, then it no longer makes sense to consider the AEAD output to be part of an entirely separate and self-contained chunk of the message.
Score:1
vu flag

A generic term for input/output to cryptographic algirthms:

Cryptogram.

knaccc avatar
es flag
Thanks, I like that term a lot. It might be considered synonymous with the term ciphertext, but it's a separate term that can usefully be used to refer to the entire message that includes the ciphertext. Are you aware of any modern uses of this term? So far I can't find anything referring to use of cryptogram in any modern crypto protocols.
DannyNiu avatar
vu flag
@knaccc I made up that word in a [paper](http://ia.cr/2021/444) which proposed 2 [failed](http://ia.cr/2021/487) public-key cryptosystems.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.