All rules →
Rules / Swift
SHIELD-SWIFT-008

Insecure DES or ECB cipher

highSwiftCWE-327CVSS 7.4

What it detects

DES algorithm or ECB mode is used, both of which are insecure.

How to fix

Use AES-GCM or another authenticated cipher with a secure mode instead of DES or ECB.

Scan your repo freeFull documentation
Back to all rules
SHIELD-SWIFT-008: Insecure DES or ECB cipher — Zennoxa Shield