Understand aes cbc IV
When I use AES CBC, the encrypt function needs to get an input-buffer to encrypt + key + IV?
Is IV like one more key, or IV is generated by the key (so the encrypt function only needs to get the input-buffer to encrypt and t… Continue reading Understand aes cbc IV