exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

manual.html

manual.html
Posted Dec 21, 1999

manual.html

tags | java, encryption, steganography
SHA-256 | 0dc18652ade2383f12bc2ee999dbb75187aee3a607c3c78fd39c01ed46137b6f

manual.html

Change Mirror Download
<HTML>
<HEAD><TITLE>The SNOW manual page</TITLE></HEAD>
<BODY BGCOLOR="#d8d8d8" TEXT="#000080" LINK="#0000FF">
<H1>The SNOW steganography program</H1>

<H3>Synopsis</H3>
<DL>
<DD> <B>snow</B> [ <B>-CQS</B> ] [ <B>-p</B> <I>passwd</I> ]
[ <B>-l</B> <I>line-len</I> ] [ <B>-f</B> <I>file</I> | <B>-m</B>
<I>message</I> ] [ <I>infile</I> [ <I>outfile</I> ]]
</DL>

<H3>Description</H3>
<P>
<B>snow</B> is a program for concealing messages in text files by
appending tabs and spaces on the end of lines, and for extracting
messages from files containing hidden messages. Tabs and spaces are
invisible to most text viewers, hence the steganographic nature of this
encoding scheme. </P>
<P>
The data is concealed in the text file by appending sequences of up
to 7 spaces, interspersed with tabs. This usually allows 3 bits
to be stored every 8 columns. An alternative encoding scheme, using
alternating spaces and tabs to represent zeroes and ones, was rejected
because, although it used fewer bytes, it required more columns per bit
(4.5 vs 2.67). </P>
<P>
The start of the data is indicated by an appended tab character, which
allows the insertion of mail and news headers without corrupting
the data. </P>
<P>
<B>snow</B> provides rudimentary compression, using Huffman tables
optimised for English text. However, if the data is not text, or if
there is a lot of data, the use of the built-in compression is not
recommended, since an external compression program such as
<B>compress</B> or <B>gzip</B> will do a much better job. </P>
<P>
Encryption is also provided, using the
<A HREF="../ice/index.html">ICE</A> encryption algorithm
in 1-bit cipher-feedback (CFB) mode. Because of ICE's arbitrary
key size, passwords of any length up to 1170 characters are supported
(since only 7 bits of each character are used, keys up to 1024-bytes
are supported). </P>
<P>
If a message string or message file are specified on the command-line,
<B>snow</B> will attempt to conceal the message in the file <I>infile</I>
if specified, or standard input otherwise. The resulting file will be
written to <I>outfile</I> if specified, or standard output if not. </P>
<P>
If no message string is provided, <B>snow</B> attempts to extract a
message from the input file. The result is written to the output file
or standard output. </P>

<H3>Options</H3>

<DL>
<DT> <B>-C</B>
<DD> Compress the data if concealing, or uncompress it if extracting.
<BR><BR>

<DT> <B>-Q</B>
<DD> Quiet mode. If not set, the program reports statistics such as
compression percentages and amount of available storage space used.
<BR><BR>

<DT> <B>-S</B>
<DD> Report on the approximate amount of space available for hidden
message in the text file. Line length is taken into account, but
other options are ignored.
<BR><BR>

<DT> <B>-p</B> <I>password</I>
<DD> If this is set, the data will be encrypted with this password during
concealment, or decrypted during extraction.
<BR><BR>

<DT> <B>-l</B> <I>line-length</I>
<DD> When appending whitespace, <B>snow</B> will always produce lines
shorter than this value. By default it is set to 80.
<BR><BR>

<DT> <B>-f</B> <I>message-file</I>
<DD> The contents of this file will be concealed in the input text file.
<BR><BR>

<DT> <B>-m</B> <I>message-string</I>
<DD> The contents of this string will be concealed in the input text file.
Note that, unless a newline is somehow included in the string, a
newline will not be printed when the message is extracted.
</DL>

<H3>Examples</H3>
<P>
The following command will conceal the message "I am lying" in the
file <I>infile</I>, with compression, and encrypted with the password
"hello world". The resulting text will be stored in <I>outfile</I>. </P>
<DL>
<DD> <CODE> snow -C -m "I am lying" -p "hello world" infile outfile </CODE>
</DL>

To extract the message, the command would be

<DL>
<DD> <CODE> snow -C -p "hello world" outfile </CODE>
</DL>

<P>
Note that the resulting message will not be terminated by a newline. </P>
<P>
To prevent line wrap if text with concealed whitespace is likely to
be indented by mail or news readers, a line length of 72 or less can
be used. </P>

<DL>
<DD> <CODE> snow -C -l 72 -m "I am lying" infile outfile </CODE>
</DL>

<P>
The approximate storage capacity of a file can be determined with
the <B>-S</B> option. </P>

<DL>
<DD> <CODE> snow -S -l 72 infile </CODE>
</DL>

<HR>
<DIV ALIGN=RIGHT>
<FONT SIZE=-1>
Document written by Matthew Kwan, 29 December 1996 <BR>
Please send any comments or corrections to
<A HREF="mailto:mkwan@darkside.com.au">mkwan@darkside.com.au</A>
</FONT>
</DIV>

</BODY>
</HTML>
Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    0 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close