All rules →
Rules / C#
SHIELD-CSHARP-011

Weak or broken cryptographic algorithm

highC#CWE-327CVSS 7.4

What it detects

A weak cipher or hash such as DES, TripleDES, RC2, MD5, or SHA1 is instantiated for security-sensitive use.

How to fix

Use AES with an authenticated mode for encryption and SHA-256 or stronger for hashing.

Scan your repo freeFull documentation
Back to all rules
SHIELD-CSHARP-011: Weak or broken cryptographic algorithm — Zennoxa Shield