No description
  • C 98.3%
  • Makefile 1.7%
Find a file
2018-11-22 17:17:18 +01:00
.obj Basic project structure to get started 2018-06-04 20:27:43 +02:00
doc Automated diagram builds 2018-09-26 16:06:11 +02:00
tools Test with 64 and 32 bit 2018-06-12 23:50:33 +02:00
.gitignore Starting with regression tests 2018-06-07 07:18:17 +02:00
config.h Basic project structure to get started 2018-06-04 20:27:43 +02:00
debug.c Moved debug function into correct place 2018-06-26 18:55:14 +02:00
debug.h Moved debug function into correct place 2018-06-26 18:55:14 +02:00
des.h style 2018-06-26 18:54:29 +02:00
helper.c random byte 2018-06-28 19:17:27 +02:00
helper.h Bugfix: We *have* to use brackets here; using the macro without ends up with a completely wrong bitmask. This is how C macros behave... 2018-11-13 18:34:09 +01:00
libdes.c Correctly declare internal and public library functions 2018-11-22 17:17:18 +01:00
libdes.h Correctly declare internal and public library functions 2018-11-22 17:17:18 +01:00
main.c Terminology is everything. 2018-11-13 18:54:42 +01:00
main.h Support for CBC mode using #ifdef; also support decryption on stdin 2018-11-13 18:36:37 +01:00
Makefile Clean before test. 2018-11-22 17:16:57 +01:00
README.md typo 2018-06-04 20:27:14 +02:00
test.c Comments. 2018-11-13 18:47:27 +01:00
test.h Starting with regression tests 2018-06-07 07:18:17 +02:00

Data Encryption Standard (DES)

Implementation of IBM's DES Algorithm in C