MD5
Hash algorithm from 1991 — 128 bits. Cryptographically broken since 2004 but still used for checksums (not security).
Collisions can be generated in seconds. Never for: passwords, signatures, certificates. OK for: file integrity (when you trust the source), cache keys. Use SHA-256 or bcrypt/argon2 where security matters.