Browsing Category: "Mcrypt"
Mcrypt with Appserv on Windows
Mcrypt, AppServ, security, PHP October 2nd, 2007
After a while I could figure out how to install the Mcrypt library on Appserv and windows.
Steps:
- Remove the ; (enable) from the php Mcrypt extension line on PHP INI file
- Copy the windows Mcrypt DLL - http://files.edin.dk/php/win32/mcrypt/ - to Windows/System32 folder
- Restart Apache (and probably windows - I did)
- Open a phpinfo file and verify if mcrypt is enabled and what types of encryptions does it carries. If you are using a encryption method that mcrypt does not offer support, it will give a mcrypt module initialization error.
Posts