All rules →
Rules / C/C++
SHIELD-CPP-013

Weak cryptographic primitive

highC/C++CWE-327CVSS 7.5

What it detects

Use of DES, MD5, or SHA1 provides broken or deprecated cryptographic strength.

How to fix

Use AES-GCM for encryption and SHA-256 or stronger for hashing.

Scan your repo freeFull documentation
Back to all rules
SHIELD-CPP-013: Weak cryptographic primitive — Zennoxa Shield