1

We are configuring a PHP server currently, and when we run

phpinfo();

we see that mcrypt is included in the list of available modules, but it says "NONE" for both Supported ciphers and Supported modes. A quick search in google returned little or no useful information. Any insights or help would be appreciated!

1 Answers1

0

Suggests you have the mcrypt support compiled into your version of PHP but the modules are not loaded or available.

For example on Linux you would need to install the php-mcrypt (or php5-mcrypt on Ubuntu) package.