threefour Newbie
Joined: 10 Feb 2003 Posts: 1
|
Posted: Mon Feb 10, 2003 4:22 pm Post subject: MCrypt |
|
|
I'm getting an error when i try to use the mcrypt encryption functions.
Fatal Error: Call to undefined function: mcrypt_create_iv()
Heres my code:
$iv = mcrypt_create_iv(mcrypt_get_iv_size(MCRYPT_RIJNDAEL_256, MCRYPT_MODE_ECB), MCRYPT_RAND);
Anyone know if mcrypt iis nstalled?
And secondly if it aint, is there any chance the latest version could be installed?
Cheers
Trev |
|