loader image
Skip to main content

Initialization Vector (IV)

An Initialization Vector is a non-secret value used with certain encryption modes to ensure that encrypting the same plaintext with the same key produces different ciphertext. IV reuse can break security in many modes and must be handled carefully.

» Site Glossary