AntiPattern
Incorrect Hashing for Integrity
hashing-misuse-for-integrity-auth
Message integrity and authentication fail when hashing/signing is misapplied—e.g., signing or verifying the wrong representation (digest vs raw), using mismatched MD5/“bad digest”, or relying on weak/static password hashing—letting spoofing or brute-force bypass occur.