LZHUF.EXE This file contains the source, binary, def, and make files for a file compression program which ostensibly comes from Japan. It is very efficient, and produces packed files smaller than either the ARC or ZIP techniques. The C source, def, and make files were packed by the lzhuf.exe program, and must be unpacked by it before using them. The entire pachage was than packed using the common ARC utility. lzhuf.c source file lzhuf.def def file lzhuf.txt text lzhuf make file I converted the public domain generic C source code to MSC 5.1 ANSI C for porting the program to OS/2. The syntax is lzhuf e infile outfile ; pack file lzhuf d infile outfile ; unpack file The executable file produced by this source is not a complete archive utility, but it does produce nicely packed files, and is non- standard enough to qualify as an encryption. 04-14-89 Harve Schiffman