sbgen.c sbgen.exe & sb.h

   This is a program that simulates how the Turing Bombe worked but 
   with a few small improvements that were not present in the origional
   machine. The program sbgen is used to build a bombe program which
   is then compiled and run. It is used as follows:

   supergen <plain-text> <cipher-text> >super.c
   cl /O2 /Ox /Gr /G5 /Fc super.c
   super

   It will cycle through all 60 rotor possibilities and print out all the
   settings that it calculates are the Enigma settings along with the
   known plug board configuration. This process should not take more than
   eight minutes on a 100 Mhz Pentium.

Nik Shaylor (nshaylor@tcp.co.uk)