Inadequate Encryption Strength

ID

scala.cryptography.scala_crypto_rule_cipherdesedeinsecure

Severity

low

Resource

Cryptography

Language

Scala

Description

Triple DES (also known as 3DES or DESede) is considered strong ciphers for modern applications. NIST recommends the usage of AES block ciphers instead of 3DES.

Rationale

Triple DES (also known as 3DES or DESede) is considered strong ciphers for modern applications. NIST recommends the usage of AES block ciphers instead of 3DES.

Remediation

Follow secure coding practices and review the references below for detailed remediation guidance.

Configuration

This detector does not need any configuration.

References