Did you try the php.net website? Because I haven't used it, I can't help you other than doing a quick google search which produces the following link - which contains information on a workaround for a similar problem. Do a find on the page for 'failed'.
http://si.php.net:8888/manual/en/ref.mcrypt.php Best Regards Bob Irwin Server Admin & Web Programmer Planet Netcom ----- Original Message ----- From: "Daniel Guerrier" <[EMAIL PROTECTED]> To: "php user group" <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 4:12 PM Subject: [PHP] php_mcrypt.dll > I'm trying to use the mcrypt function on winXP using > php 4.3.1 and IIS 5. First the dll would not load but > I got past that by placing the libmcrypt.dll in my > system32. Now it loads but when I try to use mcrypt I > get > > Warning: mcrypt_encrypt(): Module initialization > failed in > E:\IIS\wwwroot\savehiphop\admin\access\encrypt.php on > line 6 > > I don't think it's the code, it's pretty simple. > $key = "longencrytionkey"; > $text = "danny"; > echo($text . "<br>"); > > $newtext = mcrypt_encrypt("MCRYPT_BLOWFISH",$key, > $text, "ecb"); > echo($newtext); > > > How do I get mycryt extension to work properly on > windows? > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > Scanned by PeNiCillin http://safe-t-net.pnc.com.au/ > Scanned by PeNiCillin http://safe-t-net.pnc.com.au/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

