AntiPattern
Cryptography Without Auth
unauthenticated-crypto-missing-integrity
Encryption and key-handling mechanisms fail because confidentiality is implemented without authentication (e.g., unauthenticated CBC/PKCS#7 or missing IV management), letting tampering go undetected and enabling secret exposure when memory or transport assumptions are wrong.