Algorithm for Data Encryption Standard
Algorithm for Data Encryption Standard
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.
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.
References
References
[1] J. O. Grabbe. "The DES Algorithm Illustrated." (Aug 27, 2014) page.math.tu-berlin.de/~kant/teaching/hess/krypto-ws2006/des.htm.
Permanent Citation
Permanent Citation
D. Gihanee Madumalika Senadheera, Crista Arangala
"Algorithm for Data Encryption Standard"
http://demonstrations.wolfram.com/AlgorithmForDataEncryptionStandard/
Wolfram Demonstrations Project
Published: September 4, 2014