EFF DES Cracker Source Code =========================== The DES Cracker source code, as given in Chapters 5, 6 and 7 of [1], contains the following files. Chapter 5: Software Source Code ------------------------------- 5/MANIFEST 5/readme.txt 5/autoconf.c 5/build.bat 5/chipio.c 5/chipio.h 5/des.c 5/des.h 5/initsrch.c 5/keyblock.c 5/keyblock.h 5/search.c 5/search.h Chapter 6: Chip Source Code --------------------------- 6/addr_key.vhd 6/des.vhd 6/des_ctl.vhd 6/ex.vhd 6/fp.vhd 6/ip.vhd 6/key_gen.vhd 6/mux256.vhd 6/p.vhd 6/pc1.vhd 6/pc2.vhd 6/reg_rdwr.vhd 6/s_table.vhd 6/search.vhd 6/start_re.vhd 6/top.vhd 6/upi.vhd Chapter 7: Chip Simulator Source Code ------------------------------------- 7/MANIFEST 7/README 7/blaze.scr 7/cbc1.scr 7/cbc2.scr 7/cbc3.scr 7/des.c 7/des.h 7/ecb.scr 7/mini.scr 7/misc.c 7/misc.h 7/random.scr 7/ref.c 7/sim.c 7/sim.h 7/testvec.c For detailed information we refer to [1]. [1] `Cracking DES, Secrets of Encryption Research, Wiretap Politics & Chip Design', Electronic Frontier Foundation, O'Reilly & Associates, Sebastopol, 1998. ---------------------------------------------- COSIC research group Department of Electrical Engineering Katholieke Universiteit Leuven URL: http://www.esat.kuleuven.ac.be/cosic email-contact: descrack@esat.kuleuven.ac.be August, 1998.