Description
Perl applications can use the legacy DES block cipher where compatibility with old systems requires it. This can matter for historical data, older protocols, or software that cannot yet move away from DES.
It is a cryptographic library for compatibility, not a recommendation for new encryption. DES is obsolete for modern security, so new applications should use stronger algorithms and authenticated modes.