All rules →
Rules / Ruby
SHIELD-RUBY-018

Weak hashing with MD5 or SHA1

mediumRubyCWE-327CVSS 5.9

What it detects

Using MD5 or SHA1 for passwords or integrity is cryptographically broken.

How to fix

Use bcrypt or Argon2 for passwords and SHA-256 or stronger for integrity.

Scan your repo freeFull documentation
Back to all rules
SHIELD-RUBY-018: Weak hashing with MD5 or SHA1 — Zennoxa Shield