Question

Hi I'm totally new to Prestashop and installing it first time can any one tell me What is mcrypt in Prestashop?

Was it helpful?

Solution

It's an encryption extension which can be used to secure cookies. Prestashop also supports the (legacy) Blowfish method though, so if mcrypt (Rijndael) isn't available on your server, then you can use that instead. I would suggest using mcrypt for all new installs if you can.

OTHER TIPS

mcrypt is a php library

to install mcrypt on your server :

do this from your ssl client: yum install php-mcrypt

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top