styx2000.protosrv.des

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

Members

Classes

DES
class DES

DES algorith implementation

Enums

CRYPTOPERATION
enum CRYPTOPERATION

DES functional mode: encryption or decryption

Meta

Authors

Oleg Bakharev, Daniel Huertas Gonzalez

See also: https://en.wikipedia.org/wiki/Data_Encryption_Standard, FIPS PUB 46-3