A port of the stego encrypter/decrypter by John Walker
for Amiga 68k and powerUP (TM) PPC systems
For information on usage, simply call
the program as follows:
stego -?
For the ELF binary, the "e" protection bit
already has been set (so that you can run it
directly from Shell using the ElfLoadSeg patch
- otherwise please use SAS/C's "RunElf" tool).
What had to be done for the port ?
Mainly adding the makefile plus this readme,
additionally two missing include files.
Note: to make use of the program, you need
a "dictionary" file - for the Amiga version,
it's called "s:stego.dict". Here's some information
on dictionary files:
A dictfile is used as the dictionary to encode the file.
The dictionary is assumed to be a text file with one word per
line, containing no extraneous white space, duplicate words,
or punctuation within the words. To verify that the given
dictionary meets these conditions, use the -v option.
For more information on the program, i.e. a manual page,
take a look at the original author's homepage under:
http://www.fourmilab.ch
--
ARK, 26/Apr/98
|