Weak Password Hashing Anti Pattern

Security anti-pattern for weak password hashing (CWE-327, CWE-759). Use when generating or reviewing code that stores or verifies user passwords. Detects use of MD5, SHA1, SHA256 without salt, or missing password hashing entirely. Recommends bcrypt, Argon2, or scrypt. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/igbuend--grimbard--weak-password-hashing-anti-pattern commit 2b41abb17a

Frequently asked questions

npx skillmds@latest add tomevault-io/weak-password-hashing-anti-pattern