InsecureCryptoUsage
A standard cryptographic operation is used in a mode that is prone to vulnerabilities

Severity
ERROR

Alternate names: InsecureCipherMode

The problem

This checker looks for usages of standard cryptographic algorithms in configurations that are prone to vulnerabilities. There are currently three classes of problems that are covered by this checker:

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("InsecureCryptoUsage") to the enclosing element.