All rules →
Rules / PHP
SHIELD-PHP-013

Insecure legacy encryption (mcrypt DES/ECB)

highPHPCWE-327CVSS 7.4

What it detects

Deprecated mcrypt with DES or ECB mode provides weak, insecure encryption.

How to fix

Use openssl or sodium with AES-GCM or a modern authenticated cipher.

Scan your repo freeFull documentation
Back to all rules
SHIELD-PHP-013: Insecure legacy encryption (mcrypt DES/ECB) — Zennoxa Shield