All rules →
Rules / Rust
SHIELD-RUST-008

Weak cryptographic hash

highRustCWE-327CVSS 7.5

What it detects

MD5/SHA-1/DES are cryptographically broken and unsuitable for security use.

How to fix

Use SHA-256+ for hashing and Argon2/bcrypt/scrypt for passwords.

Scan your repo freeFull documentation
Back to all rules
SHIELD-RUST-008: Weak cryptographic hash — Zennoxa Shield