Top "Mcrypt" questions

MCrypt, and the accompanying libmcrypt, are intended to be replacements for the old Unix crypt, except that they are under the GPL and support an ever-wider range of algorithms and modes.

php extension mcrypt must be loaded

I was following a tutorial online about installing magento on ubuntu but I get this error at the config: php …

php magento ubuntu curl mcrypt
problem with mcrypt installation

I've asked the system admins to install mcrypt on the server, and they say everything is OK. But when I …

php centos mcrypt
Installing mcrypt on OSX 10.8.2 - PHP 5.3.15 with homebrew

I've successfully installed mcrypt via homebrew but I'm struggling to find the path to mcrypt.so to include it as …

php mcrypt
mcrypt_decrypt() error change key size

mcrypt_decrypt(): Key of size 15 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported How Can I fix …

php encryption mcrypt
Rijndael 256 Encrypt/decrypt between c# and php?

UPDATED I have made the changes to the C# code so it uses a block size of 256. but now the …

c# php encryption mcrypt rijndael
How to check if mcrypt extension exists in php

I would like to know the simplest and fastest PHP code line to check if mcrypt extension is available/installed. …

php function encryption exists mcrypt
Replace Mcrypt with OpenSSL

currently we have a mcrypt implentation on our systems to crypt some sensible data in our PHP application. Now we …

php openssl mcrypt
Best practices for storing bank information in a database

Summary of answers: Don't do it. The legal and financial implications will be disastrous. Look for established third party solutions …

php mysql mcrypt
What's needed for PHP's mcrypt_decrypt()?

I have a script that uses mcrypt_decrypt() function, but I get the following error Fatal error: Call to undefined …

php mcrypt
PHP 7.2 with mcrypt in Windows

There are some huge legacy systems whose dependencies on PHPs' mcrypt are extremely important and vital (including the data storage …

php windows mcrypt php-7.2