Avoid weak PHP cipher algorithms
OpenSSL and mcrypt usage should not rely on DES, RC4, Blowfish, ECB mode, or legacy mcrypt APIs.
#Metadata
#Why it matters
Weak ciphers and modes are vulnerable to practical cryptanalysis and do not meet modern confidentiality standards.
#Remediation
Use modern authenticated encryption (for example AES-GCM) via sodium or OpenSSL with vetted algorithms and modes.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/php/php.security.weak-cipher.rule.yaml.