Random Crypto IV
Summary
Generate random IV using Crypto APIContent
Hello!
I need to generate a random IV using Crypto API. Documention mentions setting [Random] flag to true in Crypto/IV class will do so, but i am not sure at what point will it be generated. I tried to initialize the class and set the flag to true, but how do i get the random string.
Thanks
Version
CPHP 1.3
Tagged:
0