Huge Dictionary Builder  v1.0

This is a quickly thrown-together program that does little more than build
a huge dictionary suitable for binary searching at password-changing time.

To use:

Put all the dictionaries you can scrounge in a directory.  There should be
one word per line in each of the files.  You can have comment lines in the
dictionary starting with a # and a space; the comment lines will be taken
out.

Modify the Makefile to point to this directory, as well as the directory
that contains the Crack sources.  Don't worry about permissions in the
Crack directory; if you can read crack-lib.c that's all we need.

Change the Makefile TMPDIR variable to point to a directory that can be used
by 'sort' to store temporary files.

If you have a new dicts.rules file from a later release of Crack or something
you've put together yourself, put it here too.

'make'.

What it does:

Simply, it builds a huge dictionary of words that are cut to 8 characters 
in length.  You can trivially binary search this huge list to find words
that would be found by a Crack run using your input dictionaries and
dicts.rules file.

I hope it's useful.
---
Bill Nickless  System Support Group  <support@mcs.anl.gov>  +1 708 252 7390
