The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
643 views

Sending KCV (key check value) with cipher text

I was wondering why it is not more common to send the KCV of a secret key together with the cipher text. I see many systems that send cipher text and properly prepend the IV to e.g. a CBC mode ...