All rules →
Rules / Dart
SHIELD-DART-007

Weak cryptographic hash

highDartCWE-327CVSS 7.5

What it detects

MD5 or SHA-1 from the crypto package is broken and unsuitable for passwords or integrity.

How to fix

Use SHA-256 or stronger, and bcrypt, scrypt, or Argon2 for password hashing.

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