Code | Severity | i18n | Experimental |
---|---|---|---|
weak-crypto | Information |
sast_warnings.weak_crypto |
❌ |
Detect usage of weak crypto algorithm with the Node.js core Crypto
dependency. Algorithm considered to be weak are:
- md5
- md4
- md2
- sha1
- ripemd160
import crypto from "crypto";
crypto.createHash("md5");