Inadequate Encryption Strength
ID |
scala.cryptography.scala_crypto_rule_cipherdesinsecure |
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.
References
-
OWASP Top 10 2021 - A02 : Cryptographic Failures.