Algorithm for Data Encryption Standard

Initializing live version
Download to Desktop

Requires a Wolfram Notebook System

Interact on desktop, mobile and cloud with the free Wolfram Player or other Wolfram Language products.

This Demonstration shows an example of the DES (Data Encryption Standard) algorithm, which is the most widely used encryption algorithm in the world. DES encrypts groups of 64 message bits and requires a key of 64 message bits. If a message or key is less than 64 message bits, it is padded with zeros to the right. All of the example messages are padded to the right with zeros to make a message with groups of 64 message bits.

[more]

DES operates on 64-bit blocks with keys that permute 56 bits. That is, it uses permutation matrices that switch one 64-bit block for another, holding 8 bits fixed. The permutation matrices used for the subkeys are those presented in [1] and appear to be the standard matrices; however, other permutation matrices could be applied. There is a maximum of 16 permutation steps done with these matrices. By choosing the number of steps, you can limit this number to fewer steps. This Demonstration shows the codes at each even step, up to and including the number of steps chosen.

[less]

Contributed by: D. Gihanee Madumalika Senadheera and Crista Arangala (September 2014)
Open content licensed under CC BY-NC-SA


Snapshots


Details

Reference

[1] J. O. Grabbe. "The DES Algorithm Illustrated." (Aug 27, 2014) page.math.tu-berlin.de/~kant/teaching/hess/krypto-ws2006/des.htm.



Feedback (field required)
Email (field required) Name
Occupation Organization
Note: Your message & contact information may be shared with the author of any specific Demonstration for which you give feedback.
Send