Implementation of Steganographic Techniques - PowerPoint PPT Presentation

About This Presentation
Title:

Implementation of Steganographic Techniques

Description:

Steganography - the existence of the message is unknown ... to hide data in a WAVE file. make data ... changes are undetectable by human ear. Analysis/Tests ... – PowerPoint PPT presentation

Number of Views:187
Avg rating:3.0/5.0
Slides: 11
Provided by: tjh5
Learn more at: https://www.tjhsst.edu
Category:

less

Transcript and Presenter's Notes

Title: Implementation of Steganographic Techniques


1
Implementation of Steganographic Techniques
Danny Friedheim pd. 2
2
Background
  • Steganography - the existence of the message is
    unknown
  • as opposed to Cryptography - the existence of the
    message is clear, but it is unreadable

3
Purpose
  • to hide data in a WAVE file
  • make data statistically undetectable
  • extract hidden message with same program

4
Expected Results
  • working program inserts and extracts hidden
    messages
  • existence of message is undetectable without
    comparison to original file

5
Tools
  • programming languages C
  • algorithms original work by me for this purpose,
    i.e. no implementation of existing steganography
    algorithms

6
Procedures/Methods
  • program's methods controlled via command-line
    arguments
  • -i (insert) inserts message into WAVE header (or
    -i2)
  • -x (extract) finds message in header and displays
    it (or -x2)

7
Procedures
  • algorithm inserts each character of message into
    least significant bytes of actual sound data
  • increases file size by very little, so hard to
    detect
  • changes are undetectable by human ear

8
Analysis/Tests
  • listening to files and seeing whether a
    difference is evident
  • eventually will use statistical analysis to
    determine likelihood of detection
  • file sizes confirm that no data has been lost at
    this stage

9
Results so far
  • I can successfully insert a message into the WAVE
    file data and retrieve it later
  • can also add whole text files with the -f flag
  • plan to work on max message length algorithm

10
Sample Output
Write a Comment
User Comments (0)
About PowerShow.com