PHP & mcrypt

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
devmatch
Forum Newbie
Posts: 19
Joined: Thu Mar 27, 2003 3:58 am

PHP & mcrypt

Post 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
Post Reply