Which cipher mode encrypts each block with a unique initialization vector, ensuring that identical plaintext blocks result in distinct ciphertext blocks?
Electronic Codebook Mode (ECB)
Output Feedback Mode (OFB)
Cipher Feedback Mode (CFB)
Cipher Block Chaining Mode (CBC)

Theory of Computation Exercises are loading ...