Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.42 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.42 KB

DESMOS

An implementation of DES encryption/decryption for SML (written specifically for Moscow ML, may or may not work with other dialects). Fulfills Ronald Rivest's correctness test for DES implementations. This code was written as an assignment for the course Data Security at the IT University of Copenhagen in the Fall 2003 semester, and includes a short report in Danish.

Security of 3DES

"In cryptography, Triple DES (3DES or TDES), officially the Triple Data Encryption Algorithm (TDEA or Triple DEA), is a symmetric-key block cipher, which applies the DES cipher algorithm three times to each data block. The Data Encryption Standard's (DES) 56-bit key is no longer considered adequate in the face of modern cryptanalytic techniques and supercomputing power. A CVE released in 2016, CVE-2016-2183 disclosed a major security vulnerability in DES and 3DES encryption algorithms. This CVE, combined with the inadequate key size of DES and 3DES, NIST has deprecated DES and 3DES for new applications in 2017, and for all applications by 2023. It has been replaced with the more secure, more robust AES."Wikipedia

TL;DR: don't use this code for anything.