Questions tagged [mcrypt]

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. MCrypt has not been updated since 2007

MCrypt implements numerous cryptographic algorithms, mostly block ciphers and stream ciphers, some of which falls under export restrictions in the United States. Algorithms include , , arcfour, enigma, ghost, LOKI97, RC2, serpent, threeway, twofish, wake, XTEA

Caution

Please note that the MCrypt library has not been updated since 2007. The PHP project has moved to deprecate and ultimately remove MCrypt from the PHP core and other projects will likely follow suit. It is highly recommended you switch to OpenSSL or another maintained encryption project.

918 questions
-4
votes
5 answers

Warning: mCrypt extension needs to be loaded for OpenCart to work

I'm trying to install OpenCart but get the following warning: "Warning: mCrypt extension needs to be loaded for OpenCart to work!" Since I'm a noob on this, could someone point me in the right direction on how to solve this? Google don't really help…
GetGalax
  • 149
  • 3
  • 5
  • 19
-4
votes
1 answer

Algorithm mcrypt AES for Android?

I need to implement a reversible encryption key algorithm such as mcrypt AES or use ready-made libraries. For example, I have: String pass = "12345"; String salt = "XgKHRfTnvytMLPgTDE";
-4
votes
1 answer

Need matching PHP encryption function

I built a multi-tiered app 3 years ago that encrypts on the .NET side and decrypts on the PHP side. I never did create a corresponding PHP Encrypt function because I didn't think I would ever need it. Now I do, and I can't remember where I got the…
HerrimanCoder
  • 5,858
  • 20
  • 65
  • 111
1 2 3
61
62