DESbased
DESbased refers to cryptographic systems and constructions that rely on the Data Encryption Standard (DES) as their core primitive. In practice, DESbased schemes are built around DES either by applying it repeatedly, in combinations, or in derivative forms such as Triple DES (3DES) or DES-X. These approaches use DES to provide confidentiality for block cipher operations and related primitives like message authentication codes in some configurations. DES-based designs are commonly discussed in the context of legacy or transitional cryptographic infrastructures.
DES itself is a symmetric-key algorithm that operates on 64‑bit blocks with a 56‑bit effective key. It
Security considerations have driven a shift away from DESbased designs. The 56‑bit DES key length is vulnerable
DESbased approaches remain relevant mainly for maintaining compatibility with legacy systems and protocols. They are typically
See also: Data Encryption Standard, Triple DES, DES-X, Advanced Encryption Standard.