Page 1 of 1

PHP & mcrypt

Posted: Thu Mar 27, 2003 3:58 am
by devmatch
hi, i'm trying to use mcrypt(using win32 :() and got following error message:
mcrypt_create_iv(): Cannot open source device in ...

i know that i could change the source and compile it again(0 = /dev/random,1 = /dev/urandom,2 = rand()). is there a way to use another random ??? without changing the code. just changing the dir??? and where i can get random/urandom???

THX