Weak Cryptography Detection
Overview
Use of weak cryptographic algorithms (MD5, SHA1, DES) can lead to security vulnerabilities. These algorithms are considered broken for security purposes.
Remediation
Use strong algorithms: SHA-256+, AES-256, bcrypt/scrypt/argon2 for passwords.