Description
Legacy PHP 5.6 applications can keep old encryption code working when it still depends on the mcrypt extension. This is mainly useful for compatibility while data and code are migrated to maintained cryptography APIs.
It is a legacy cryptography extension. New projects should not choose it; existing systems should review algorithms, modes, keys, stored data, and migration paths before trusting it for protection.