This class provides an implementation of the DES cryptoalgorithm. Implementation is based on the following code (by Daniel Huertas Gonzalez): https://github.com/dhuertas/DES/blob/master/des.c
DES algorith implementation
DES functional mode: encryption or decryption
See Source File
Experimental Software License 1.0.
LightHouse Software, 2023
Oleg Bakharev, Daniel Huertas Gonzalez
See also: https://en.wikipedia.org/wiki/Data_Encryption_Standard, FIPS PUB 46-3
This class provides an implementation of the DES cryptoalgorithm. Implementation is based on the following code (by Daniel Huertas Gonzalez): https://github.com/dhuertas/DES/blob/master/des.c