Data maker is a resource manager/compression utility.
Everybody knows that the usage of few big resource files is much better
than many small files. Sometimes (if access time isn't critical) you
want to have your resources compressed. It's also important to prevent
unauthorized acces to resources, so it should be encrypted. All mentioned
is supported by Data Maker:
- data compression with LZW method;
- simple encryption (much stronger when using with
compression).
Data Maker is consist of two parts: Data Manager and
Compression Library. Data Manager is required to create and edit data
files, while Compression Library is source code for using data files
in particulat programs. Souce code is available for Borland Pascal,
Delphi, TMT Pascal and Virtual Pascal.