aes - how to generate initial vector for counter mode of encryption -
I am implementing the CTR mode of encryption using AES. I know how to generate the initial vectors (counter blocks) for this mode.
You get random IV, and after that increase with each new block, such as 16-byte integer Also, as far as I remember, some specifics use zero IV for CTR mode.
Comments
Post a Comment