Weak Cryptography Detection

Detects use of weak or deprecated cryptographic algorithms

zakirkun f1638e0 2 files · 1.3 KB Updated

File contents

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.

zakirkun/ice-tea/tree/main/skills/crypto/weak-hash commit f1638e0e97

Frequently asked questions

npx skillmds@latest add zakirkun/weak-cryptography-detection