<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_plain.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id49427361">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Steganalysis - Bit-O-Steg Detection</name>
<metadata xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
  <md:version xmlns:bib="http://bibtexml.sf.net/">1.1</md:version>
  <md:created xmlns:bib="http://bibtexml.sf.net/">2005/12/13 04:54:48.564 US/Central</md:created>
  <md:revised xmlns:bib="http://bibtexml.sf.net/">2005/12/14 02:20:23.385 US/Central</md:revised>
  <md:authorlist xmlns:bib="http://bibtexml.sf.net/">
      <md:author xmlns:bib="http://bibtexml.sf.net/" id="dsblanco">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Danny</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Blanco</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">dsblanco@rice.edu</md:email>
    </md:author>
      <md:author xmlns:bib="http://bibtexml.sf.net/" id="elliotng">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Elliot</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Ng</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">elliotng@rice.edu</md:email>
    </md:author>
      <md:author xmlns:bib="http://bibtexml.sf.net/" id="charliei">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Charlie</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Ice</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">charliei@rice.edu</md:email>
    </md:author>
      <md:author xmlns:bib="http://bibtexml.sf.net/" id="sir_grandy">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Bryan</md:firstname>
      <md:othername xmlns:bib="http://bibtexml.sf.net/">B</md:othername>
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Grandy</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">dabige12@yahoo.com</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist xmlns:bib="http://bibtexml.sf.net/">
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="dsblanco">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Danny</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Blanco</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">dsblanco@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="elliotng">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Elliot</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Ng</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">elliotng@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="charliei">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Charlie</md:firstname>
      
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Ice</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">charliei@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="sir_grandy">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Bryan</md:firstname>
      <md:othername xmlns:bib="http://bibtexml.sf.net/">B</md:othername>
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Grandy</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">dabige12@yahoo.com</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist xmlns:bib="http://bibtexml.sf.net/">
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">bit steg</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">steganalysis</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">steganography</md:keyword>
  </md:keywordlist>

  <md:abstract xmlns:bib="http://bibtexml.sf.net/"/>
</metadata>
<content xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id49319583">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Steganalysis</name>
<section xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id49433000">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Bit-o-steg detection</name>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id49233318">Due to the complexity of bit-o-steg, we
turned to previous research to find a viable detection method. Each
entry in the 8x8 blocks has a specific probability distribution.
The distribution is found by looking at the values of that entry
slot across the entire image. Figure 1 shows a histogram of an
entry without data. The histogram looks at the DCT coefficient
value and counts how often that value appears within that entry
slot. Figure 2 shows a histogram of an entry with data. Comparing
the two figures, there is a sudden drop around the 0 value in the
histogram of an entry with data. The histogram of an entry with
data also appears to smooth out.</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id49513104">These distributions are defined by their own
characteristic functions. The bit-o-steg hiding distorts that
distribution by randomly changes certain entries thus altering the
function. Using the inner product, we could test for a match
between the characteristic function and the suspect image’s
probability distribution. Unfortunately, the distribution functions
vary based on the subject of the picture. Furthermore, we lack the
statistical background necessary to classify these distributions
and properly identify the characteristic functions. Thus,
implementing bit-o-steg detection proved to be beyond the scope of
this project.</para>
<figure xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id49009781">
	<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/png" src="hist_no_data"/>
</figure>
<figure xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id49452279">
	<media xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="image/png" src="hist_data"/>
</figure>
</section>
</section>
</content>
</document>

