128Gamma was the first encryption program which NetworkDLS attempted to market. It was crude, improperly written and unstable. Feel free to learn from the autopsy *face-palm*.
Because of the unconventional registry operations performed by the install process, we HIGHLY recommend that you only run this application on "throw-away" virtual machines.

This item is extremely immature or experimental in nature. It is NOT warrantied against ill-effect and/or technical malaise. By using this item, you agree that it is not warrantied against ill-effect and accept that you are using it at your own risk.
This project was built using Lcc-Win32 and can be easily built using the following batch file - all you'll need to do is replace the <FileName> with the name of the source file which you are wanting to compile:
@Echo Off
SET Filename=<FileName>
c:\lcc\bin\lrc %Filename%.Rc c:\lcc\bin\lcc -O %Filename%.C c:\lcc\bin\lcclnk -s -subsystem:windows /Out:%Filename%.exe *.obj *.res
del *.obj del *.res
|