Inadequate Encryption Strength

ID

scala.cryptography.scala_crypto_rule_weakmessagedigest

Severity

low

Resource

Cryptography

Language

Scala

Description

DES is considered strong ciphers for modern applications. Currently, NIST recommends the usage of AES block ciphers instead of DES.

Rationale

DES is considered strong ciphers for modern applications. Currently, NIST recommends the usage of AES block ciphers instead of DES.

Remediation

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

Configuration

This detector does not need any configuration.

References