IV

acronym

cryptography

Stands for: initialization vector

A starting value that makes a cipher produce different output for identical input.

An initialization vector seeds a block cipher's mode so that encrypting the same plaintext twice does not yield the same ciphertext, hiding patterns. Like a nonce it is used per message and usually need not be secret, but reusing one can be catastrophic.

Also known as: iv, initialization vector, initialisation vector

All glossary entries