Description
Legacy PHP 8.3 applications can keep compatibility with code that still calls the old mcrypt API. This runtime extension binds to the unmaintained libmcrypt library and is intended for migration support, not for new cryptographic design. It is dependency-only and has no separate launcher; PHP code loads it when enabled. Security-sensitive projects should move to maintained APIs such as OpenSSL or Sodium because old algorithms and modes can expose protected data.