I have been following information on SO about generating random strings using mcrypt_create_iv()
and have some example code over at 3v4l.org.
After reading the PHPWiki all mycrypt_*
functions will show a depreceated warning but it does not specify what will be used in 7.2/8.0 that replaces these functions.
Since it states it will be removed in 7.2/8.0, what will be used to replace IV's?
I do not use this function in my software for encryption and decryption. I only use it for safe/retrievel of a unique string.