SlideShare a Scribd company logo
1 of 27
SUBMITTED BY-
MAYANK JAISWAL(0900410041)
PAWAN KR. VERMA(0900410055)
SUDHANSH GUPTA(0900410077)
Outline
• What is Steganography ?
• Steganography – History
• Watermarking and Cryptography
• Steganography vs. Cryptography
• Steganography vs. Watermarking
• Steganography – Carrier Files
• Modern Steganography Techniques
• Basics of Modern Steganography
• Important Requirement for Steganographic System
• Uses for Steganography
• Steganography – Tools
• Detection of Steganographic Content/Countermeasures
• Existing Steganographic Techniques
• Existing Attacks
• Conclusion
• Reference
What is Steganography ?
Steganography is of Greek origin and means “concealed
writing” -
• from the Greek word steganos meaning “covered”
• and the Greek word graphie meaning “writing”
Steganography is the process of hiding of a secret
message within an ordinary message and extracting it
at its destination.
Steganography is a technique of hiding information in
digital media.
The art of detecting Steganography is referred to as
Steganalysis.
Figure-1
Steganography - History
• Both Axis and Allied spies during World War II used
such measures as invisible inks using milk, fruit juice
or urine which darken when heated.
• It’s also a very good Anti-forensics mechanism to
mitigate the effectiveness of a forensics investigation
• In ancient Greece they used to select messenger &
shave their head, they would then write a message on
their head, once the message had been return the hair
was allowed to grow back after the hair grew back the
messenger was sent to deliver the message, the
recipient would shave off the messengers hair to
seethe secret message
Watermarking and Cryptography
There are two major branches of information hiding, Cryptography and
Watermarking.
Watermarking :-
• Communication in watermarking is the host signal, with the
embedded data providing copyright protection.
• The existence of a watermark is often declared openly.
• Any attempt to remove or invalidate the embedded content renders
the host useless.
Cryptography :-
• Doesn’t conceal the communication.
• Scrambles the data to prevent eavesdroppers understanding the
content.
• Cryptography involves various methods and implementations.
• May be considered complementary and orthogonal (unrelated).
Security level
Figure-2
Steganography vs. Cryptography
Steganography and cryptography are closely related.
Cryptography scrambles messages so it can’t be understood.
Steganography on the other hand, hide the message so there is
no knowledge of the existence of the message. With
cryptography, comparison is made between portions of the
plaintext and portions of the cipher text. In steganography,
comparisons may be made between the cover-media, the stego-
media, and possible portions of the message. The end result in
cryptography is the cipher text, while the end result in
steganography is the stego-media. The message in
steganography may or may not be encrypted. If it is encrypted,
then a cryptanalysis technique is applied to extract the
message.
Steganography vs. Watermarking
Digital watermarking can be a form of steganography, in which data
is hidden in the message without the end user's knowledge.It is a
technique which allows an individual to add hidden copyright notices
or other verification messages to digital audio, video, or image signals
and documents. Such a message is a group of bits describing
information pertaining to the signal or to the author of the signal
(name, place, etc.) The technique takes its name from watermarking
of paper or money as a security measure.
Figure-3
Steganography – Carrier Files
• bmp (bit map picture)
• jpeg (joint photographic experts group)
• gif (graphics interchange format)
• wav (waveform audio)
• mpeg(moving picture experts group)
• png(portable network graphic)
Amongst others…
Modern Steganography Techniques
1. Masking and Filtering: Is where information is hidden
inside of a image using digital watermarks that include
information such as copyright, ownership, or licenses.
2. Algorithms and Transformations: This technique hides
data in mathematical functions that are often used in
compression algorithms.
3. Least Significant Bit Insertion: The most common and
popular method of modern day steganography is to make
use of the LSB of a picture’s pixel information.
Basics of Modern Steganography
fE: steganographic function "embedding"
fE-1: steganographic function "extracting"
cover: cover data in which emb will be hidden
emb: message to be hidden
key: parameter of fE
stego: cover data with the hidden message
Figure-4
Important Requirement for
Steganographic System
1. Security of the hidden communication
2. Size of the payload
3. Robustness against malicious and unintentional attacks
Figure-5
Uses for Steganography
• Covert communications
 Privacy
 Espionage
 Terrorism
Criminal activities
• Intellectual property protection
Digital watermarks
Digital signatures
Steganography - Tools
• Steganos
• S-Tools (GIF, JPEG)
• StegHide (WAV, BMP)
• Invisible Secrets (JPEG)
• JPHide
• Camouflage
• Hiderman
Many others…
Detection of Steganographic
Content/Countermeasures
The detection of steganographically encoded packages is
called Steganalysis.
• Visual Analysis tries to reveal the presence of
secret communication through inspection, either
with the naked eye or with the assistance of a
computer.
• Statistical (Algorithmic) Analysis reveals tiny
alterations in an image's statistical behavior
caused by steganographic embedding.
• The nominally universal methods developed to
detect embedded stego-data are generally less
effective than the steganalytic methods aimed at
specific types of embedding.
DIFFERENT KINDS OF STEGANOGRAPHY
The four main categories of file formats that can be used for
steganography are:
I. Text
II. Images
III. Audio
IV. Protocol
Text steganography: Hiding information in text is the most
important method of steganography. The method was to hide a
secret message in every nth letter of every word of a text message.
After booming of Internet and different type of digital file formats
it has decreased in importance. Text stenography using digital
files is not used very often because the text files have a very small
amount of redundant data.
Text steganography can be classified in three basic Categories:-
• Format-based
• Random
• Statistical generation and linguistic method.
Figure-6
Image steganography: Images are used as the popular cover
objects for steganography. A message is embedded in a digital
image through an embedding algorithm, using the secret key. The
resulting stego image is send to the receiver. On the other side, it
is processed by the extraction algorithm using the same key.
During the transmission of stego image unauthenticated persons
can only notice the transmission of an image but can’t guess the
existence of the hidden message.
Figure-7
Audio steganography: Audio stenography is masking,
which exploits the properties of the human ear to hide
information unnoticeably. An audible, sound can be inaudible
in the presene of another louder audible sound .This property
allows to select the channel in which to hide information.
Figure-8
Protocol steganography: The term protocol
steganography is to embedding information
within network protocols such as TCP/IP. We
hide information in the header of a TCP/IP
packet in some fields that can be either
optional or are never used.
Existing Steganographic
Techniques
The steganographic algorithms can broadly be
classified into two categories :-
1. Spatial Domain Techniques
2. Transform Domain Techniques
Spatial Domain:- These techniques use the pixel gray
levels and their color values directly for encoding the
message bits.
Transform Domain:- These techniques try to encode
message bits in the transform domain coefficients of the
image.
Existing Attacks
The steganalytic attacks developed till date can be
classified into visual and statistical attacks.
The statistical attacks can further be classified as :-
• Targeted Attacks: These attacks are designed keeping a
particular steganographic algorithm in mind.
 Histogram Analysis
 Sample Pair Analysis
 HCF-COM based Attack
• Blind Attacks: The blind approach to steganalysis is
similar to the pattern classification problem.
 Wavelet Moment Analysis
 Calibration Based Attacks
 Farid’s Wavelet Based Attack
Conclusion
1. The approach proposed in this work aims at hampering the
steganalysis ability to effectively estimating the statistics for
classification.
2. It was found that the calibration step is indeed able to estimate
image model. To counter this a generalized framework has been
proposed which disturbs this model estimation of the attack.
3. It is based on embedding data such that stego population remains
statistically closer to the cover population and the difference between
these two cannot be observed in the statistics drawn from the two
populations and if any how attacker may be able to know the
embedding algorithm but in that case he will not be able to know the
right pattern of the message because we will embed the message in
the form of cipher text.
4. Like this our security will remain consistent. Like this proposed
algo will be successful in breaking calibration based blind attacks.
Reference
 Park,S.K, and Miller, K.W. (1988). "Random Number Generators:
Good Ones Are Hard To Find". Communications of the ACM 31
(10): 1192–1201.
 C. Kurak and J. McHugh, “A Cautionary Note On Image
Downgrading,” Proc. IEEE Eighth Ann. Computer Security
Applications Conf., IEEE Press, Piscataway, N.J., 1992
Websites:-
 http://www.jjtc.com/Steganography/
 http://azhar-
paperpresentation.blogspot.in/2010/04/steganography-and-
digital-watermarking.html
About Steganography

More Related Content

What's hot

Image Steganography
Image SteganographyImage Steganography
Image SteganographyAnkit Gupta
 
steganography
steganographysteganography
steganographyManika Arora
 
Steganography - The art of hiding data
Steganography - The art of hiding dataSteganography - The art of hiding data
Steganography - The art of hiding dataSarin Thapa
 
AUDIO STEGANOGRAPHY PRESENTATION
AUDIO STEGANOGRAPHY PRESENTATIONAUDIO STEGANOGRAPHY PRESENTATION
AUDIO STEGANOGRAPHY PRESENTATIONManush Desai
 
Steganography
Steganography Steganography
Steganography Uttam Jain
 
Stegnography
StegnographyStegnography
StegnographySonal Kathel
 
Steganography Engineering project report
Steganography Engineering project reportSteganography Engineering project report
Steganography Engineering project reportRishab Gupta
 
Image steganography
Image steganographyImage steganography
Image steganographyvaidya_sanyu
 
Audio steganography
Audio steganography Audio steganography
Audio steganography Sharath Reddy
 
Steganography(Presentation)
Steganography(Presentation)Steganography(Presentation)
Steganography(Presentation)Firdous Ahmad Khan
 
Steganography in images
Steganography  in  imagesSteganography  in  images
Steganography in imagesAishwarya Korde
 
Video Steganography
Video SteganographyVideo Steganography
Video SteganographyJames Ridgway
 
Steganography
SteganographySteganography
Steganographysandeipz
 
Steganography Project
Steganography Project Steganography Project
Steganography Project Jitu Choudhary
 

What's hot (20)

Steganography
SteganographySteganography
Steganography
 
Steganography
SteganographySteganography
Steganography
 
Image Steganography
Image SteganographyImage Steganography
Image Steganography
 
Steganography ppt
Steganography pptSteganography ppt
Steganography ppt
 
Steganography
SteganographySteganography
Steganography
 
steganography
steganographysteganography
steganography
 
Steganography - The art of hiding data
Steganography - The art of hiding dataSteganography - The art of hiding data
Steganography - The art of hiding data
 
AUDIO STEGANOGRAPHY PRESENTATION
AUDIO STEGANOGRAPHY PRESENTATIONAUDIO STEGANOGRAPHY PRESENTATION
AUDIO STEGANOGRAPHY PRESENTATION
 
Steganography
SteganographySteganography
Steganography
 
Steganography
Steganography Steganography
Steganography
 
Stegnography
StegnographyStegnography
Stegnography
 
Steganography Engineering project report
Steganography Engineering project reportSteganography Engineering project report
Steganography Engineering project report
 
Image steganography
Image steganographyImage steganography
Image steganography
 
Audio steganography
Audio steganography Audio steganography
Audio steganography
 
Steganography(Presentation)
Steganography(Presentation)Steganography(Presentation)
Steganography(Presentation)
 
Steganography
SteganographySteganography
Steganography
 
Steganography in images
Steganography  in  imagesSteganography  in  images
Steganography in images
 
Video Steganography
Video SteganographyVideo Steganography
Video Steganography
 
Steganography
SteganographySteganography
Steganography
 
Steganography Project
Steganography Project Steganography Project
Steganography Project
 

Viewers also liked

Steganography.
Steganography.Steganography.
Steganography.yprajapati
 
Steganography Project
Steganography Project Steganography Project
Steganography Project Uttam Jain
 
PPT steganography
PPT steganographyPPT steganography
PPT steganographyparvez Sharaf
 
Multimedia content security in file based environments - sami guirguis
Multimedia content security in file based environments - sami guirguisMultimedia content security in file based environments - sami guirguis
Multimedia content security in file based environments - sami guirguissamis
 
Audio Watermarking and Steganography
Audio Watermarking and SteganographyAudio Watermarking and Steganography
Audio Watermarking and SteganographyPratik Poddar
 
DWT based approach for steganography using biometrics
DWT based approach for steganography using biometricsDWT based approach for steganography using biometrics
DWT based approach for steganography using biometricsSri Madhur
 
Steganography
SteganographySteganography
SteganographySonam M
 
steganography and watermarking
steganography and watermarkingsteganography and watermarking
steganography and watermarkingSaurabh Kaushik
 
Steganography and watermarking
Steganography and watermarkingSteganography and watermarking
Steganography and watermarkingsudip nandi
 
E-ball " Upcomming Compact PC"
E-ball " Upcomming Compact PC"E-ball " Upcomming Compact PC"
E-ball " Upcomming Compact PC"MD SALEEM QAISAR
 
eCall 2018 vision IMA
eCall 2018 vision IMAeCall 2018 vision IMA
eCall 2018 vision IMAAntoine Trarieux
 
Digital Watermarking
Digital WatermarkingDigital Watermarking
Digital WatermarkingAnkush Kr
 
Steganography: Hiding information in past, present and future.
Steganography: Hiding information in past, present and future.Steganography: Hiding information in past, present and future.
Steganography: Hiding information in past, present and future.Alberto Villegas
 
Final2
Final2Final2
Final2pooja pal
 
E ball technology..ppt
E ball technology..pptE ball technology..ppt
E ball technology..pptManilaBhardwaj
 
Image Steganography
Image SteganographyImage Steganography
Image SteganographyHushen Savani
 

Viewers also liked (20)

Steganography.
Steganography.Steganography.
Steganography.
 
Steganography Project
Steganography Project Steganography Project
Steganography Project
 
PPT steganography
PPT steganographyPPT steganography
PPT steganography
 
528 439-449
528 439-449528 439-449
528 439-449
 
Multimedia content security in file based environments - sami guirguis
Multimedia content security in file based environments - sami guirguisMultimedia content security in file based environments - sami guirguis
Multimedia content security in file based environments - sami guirguis
 
Audio Watermarking and Steganography
Audio Watermarking and SteganographyAudio Watermarking and Steganography
Audio Watermarking and Steganography
 
DWT based approach for steganography using biometrics
DWT based approach for steganography using biometricsDWT based approach for steganography using biometrics
DWT based approach for steganography using biometrics
 
Steganography
SteganographySteganography
Steganography
 
steganography and watermarking
steganography and watermarkingsteganography and watermarking
steganography and watermarking
 
Steganography and watermarking
Steganography and watermarkingSteganography and watermarking
Steganography and watermarking
 
E-ball " Upcomming Compact PC"
E-ball " Upcomming Compact PC"E-ball " Upcomming Compact PC"
E-ball " Upcomming Compact PC"
 
E ball
E ballE ball
E ball
 
eCall 2018 vision IMA
eCall 2018 vision IMAeCall 2018 vision IMA
eCall 2018 vision IMA
 
Digital Watermarking
Digital WatermarkingDigital Watermarking
Digital Watermarking
 
Steganography: Hiding information in past, present and future.
Steganography: Hiding information in past, present and future.Steganography: Hiding information in past, present and future.
Steganography: Hiding information in past, present and future.
 
Final2
Final2Final2
Final2
 
Eball presentation 2
Eball presentation 2Eball presentation 2
Eball presentation 2
 
E ball technology..ppt
E ball technology..pptE ball technology..ppt
E ball technology..ppt
 
E ball ppt
E ball pptE ball ppt
E ball ppt
 
Image Steganography
Image SteganographyImage Steganography
Image Steganography
 

Similar to About Steganography

Steganography using visual cryptography: Report
Steganography using visual cryptography: ReportSteganography using visual cryptography: Report
Steganography using visual cryptography: ReportAparna Nk
 
An Overview of Steganography
An Overview of SteganographyAn Overview of Steganography
An Overview of SteganographyIOSR Journals
 
Stegnography
StegnographyStegnography
StegnographyMayank Garg
 
Feature Selection Algorithm for Supervised and Semisupervised Clustering
Feature Selection Algorithm for Supervised and Semisupervised ClusteringFeature Selection Algorithm for Supervised and Semisupervised Clustering
Feature Selection Algorithm for Supervised and Semisupervised ClusteringEditor IJCATR
 
Steganography using Interpolation and LSB with Cryptography on Video Images -...
Steganography using Interpolation and LSB with Cryptography on Video Images -...Steganography using Interpolation and LSB with Cryptography on Video Images -...
Steganography using Interpolation and LSB with Cryptography on Video Images -...Editor IJCATR
 
Steganography using Interpolation and LSB with Cryptography on Video Images-A...
Steganography using Interpolation and LSB with Cryptography on Video Images-A...Steganography using Interpolation and LSB with Cryptography on Video Images-A...
Steganography using Interpolation and LSB with Cryptography on Video Images-A...Editor IJCATR
 
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUE
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUESTEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUE
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUEIJNSA Journal
 
final_Paper_springer_final
final_Paper_springer_finalfinal_Paper_springer_final
final_Paper_springer_finalJoseph Emmanuel
 
Customized and Secure Image Steganography Through Random Numbers Logic.
Customized and Secure Image Steganography Through Random Numbers Logic.Customized and Secure Image Steganography Through Random Numbers Logic.
Customized and Secure Image Steganography Through Random Numbers Logic.CSCJournals
 
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUE
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUESTEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUE
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUEIJNSA Journal
 
ASSOCIATION OF CRYPTOGRAPHY AND STEGANOGRAPHY
ASSOCIATION OF CRYPTOGRAPHY AND STEGANOGRAPHYASSOCIATION OF CRYPTOGRAPHY AND STEGANOGRAPHY
ASSOCIATION OF CRYPTOGRAPHY AND STEGANOGRAPHYAsia Smith
 
A NUMERICAL METHOD BASED ENCRYPTION ALGORITHM WITH STEGANOGRAPHY
A NUMERICAL METHOD BASED ENCRYPTION ALGORITHM WITH STEGANOGRAPHYA NUMERICAL METHOD BASED ENCRYPTION ALGORITHM WITH STEGANOGRAPHY
A NUMERICAL METHOD BASED ENCRYPTION ALGORITHM WITH STEGANOGRAPHYcscpconf
 
Steganography
Steganography Steganography
Steganography Sagar Kumar
 
A Robust Technique to Encrypt and Decrypt Confidential Data within Image
A Robust Technique to Encrypt and Decrypt Confidential Data within ImageA Robust Technique to Encrypt and Decrypt Confidential Data within Image
A Robust Technique to Encrypt and Decrypt Confidential Data within Imageinventionjournals
 
New and Unconventional Techniques in Pictorial Steganography and Steganalysis
New and Unconventional Techniques in Pictorial Steganography and SteganalysisNew and Unconventional Techniques in Pictorial Steganography and Steganalysis
New and Unconventional Techniques in Pictorial Steganography and SteganalysisIOSR Journals
 
Steganography Technique of Sending Random Passwords on Receiver’s Mobile (A N...
Steganography Technique of Sending Random Passwords on Receiver’s Mobile (A N...Steganography Technique of Sending Random Passwords on Receiver’s Mobile (A N...
Steganography Technique of Sending Random Passwords on Receiver’s Mobile (A N...IOSR Journals
 

Similar to About Steganography (20)

Steganography using visual cryptography: Report
Steganography using visual cryptography: ReportSteganography using visual cryptography: Report
Steganography using visual cryptography: Report
 
An Overview of Steganography
An Overview of SteganographyAn Overview of Steganography
An Overview of Steganography
 
C01111519
C01111519C01111519
C01111519
 
Stegnography
StegnographyStegnography
Stegnography
 
Feature Selection Algorithm for Supervised and Semisupervised Clustering
Feature Selection Algorithm for Supervised and Semisupervised ClusteringFeature Selection Algorithm for Supervised and Semisupervised Clustering
Feature Selection Algorithm for Supervised and Semisupervised Clustering
 
Steganography using Interpolation and LSB with Cryptography on Video Images -...
Steganography using Interpolation and LSB with Cryptography on Video Images -...Steganography using Interpolation and LSB with Cryptography on Video Images -...
Steganography using Interpolation and LSB with Cryptography on Video Images -...
 
Steganography using Interpolation and LSB with Cryptography on Video Images-A...
Steganography using Interpolation and LSB with Cryptography on Video Images-A...Steganography using Interpolation and LSB with Cryptography on Video Images-A...
Steganography using Interpolation and LSB with Cryptography on Video Images-A...
 
A NOVEL APPROACHES TOWARDS STEGANOGRAPHY
A NOVEL APPROACHES TOWARDS STEGANOGRAPHYA NOVEL APPROACHES TOWARDS STEGANOGRAPHY
A NOVEL APPROACHES TOWARDS STEGANOGRAPHY
 
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUE
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUESTEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUE
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUE
 
final_Paper_springer_final
final_Paper_springer_finalfinal_Paper_springer_final
final_Paper_springer_final
 
Customized and Secure Image Steganography Through Random Numbers Logic.
Customized and Secure Image Steganography Through Random Numbers Logic.Customized and Secure Image Steganography Through Random Numbers Logic.
Customized and Secure Image Steganography Through Random Numbers Logic.
 
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUE
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUESTEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUE
STEGANALYSIS ALGORITHM FOR PNG IMAGES BASED ON FUZZY LOGIC TECHNIQUE
 
ASSOCIATION OF CRYPTOGRAPHY AND STEGANOGRAPHY
ASSOCIATION OF CRYPTOGRAPHY AND STEGANOGRAPHYASSOCIATION OF CRYPTOGRAPHY AND STEGANOGRAPHY
ASSOCIATION OF CRYPTOGRAPHY AND STEGANOGRAPHY
 
T0 numtq0nju=
T0 numtq0nju=T0 numtq0nju=
T0 numtq0nju=
 
A NUMERICAL METHOD BASED ENCRYPTION ALGORITHM WITH STEGANOGRAPHY
A NUMERICAL METHOD BASED ENCRYPTION ALGORITHM WITH STEGANOGRAPHYA NUMERICAL METHOD BASED ENCRYPTION ALGORITHM WITH STEGANOGRAPHY
A NUMERICAL METHOD BASED ENCRYPTION ALGORITHM WITH STEGANOGRAPHY
 
Steganography
Steganography Steganography
Steganography
 
K0815660
K0815660K0815660
K0815660
 
A Robust Technique to Encrypt and Decrypt Confidential Data within Image
A Robust Technique to Encrypt and Decrypt Confidential Data within ImageA Robust Technique to Encrypt and Decrypt Confidential Data within Image
A Robust Technique to Encrypt and Decrypt Confidential Data within Image
 
New and Unconventional Techniques in Pictorial Steganography and Steganalysis
New and Unconventional Techniques in Pictorial Steganography and SteganalysisNew and Unconventional Techniques in Pictorial Steganography and Steganalysis
New and Unconventional Techniques in Pictorial Steganography and Steganalysis
 
Steganography Technique of Sending Random Passwords on Receiver’s Mobile (A N...
Steganography Technique of Sending Random Passwords on Receiver’s Mobile (A N...Steganography Technique of Sending Random Passwords on Receiver’s Mobile (A N...
Steganography Technique of Sending Random Passwords on Receiver’s Mobile (A N...
 

Recently uploaded

This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 

Recently uploaded (20)

This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 

About Steganography

  • 1. SUBMITTED BY- MAYANK JAISWAL(0900410041) PAWAN KR. VERMA(0900410055) SUDHANSH GUPTA(0900410077)
  • 2. Outline • What is Steganography ? • Steganography – History • Watermarking and Cryptography • Steganography vs. Cryptography • Steganography vs. Watermarking • Steganography – Carrier Files • Modern Steganography Techniques • Basics of Modern Steganography • Important Requirement for Steganographic System • Uses for Steganography • Steganography – Tools • Detection of Steganographic Content/Countermeasures • Existing Steganographic Techniques • Existing Attacks • Conclusion • Reference
  • 3. What is Steganography ? Steganography is of Greek origin and means “concealed writing” - • from the Greek word steganos meaning “covered” • and the Greek word graphie meaning “writing” Steganography is the process of hiding of a secret message within an ordinary message and extracting it at its destination. Steganography is a technique of hiding information in digital media. The art of detecting Steganography is referred to as Steganalysis.
  • 5. Steganography - History • Both Axis and Allied spies during World War II used such measures as invisible inks using milk, fruit juice or urine which darken when heated. • It’s also a very good Anti-forensics mechanism to mitigate the effectiveness of a forensics investigation • In ancient Greece they used to select messenger & shave their head, they would then write a message on their head, once the message had been return the hair was allowed to grow back after the hair grew back the messenger was sent to deliver the message, the recipient would shave off the messengers hair to seethe secret message
  • 6. Watermarking and Cryptography There are two major branches of information hiding, Cryptography and Watermarking. Watermarking :- • Communication in watermarking is the host signal, with the embedded data providing copyright protection. • The existence of a watermark is often declared openly. • Any attempt to remove or invalidate the embedded content renders the host useless. Cryptography :- • Doesn’t conceal the communication. • Scrambles the data to prevent eavesdroppers understanding the content. • Cryptography involves various methods and implementations. • May be considered complementary and orthogonal (unrelated).
  • 8. Steganography vs. Cryptography Steganography and cryptography are closely related. Cryptography scrambles messages so it can’t be understood. Steganography on the other hand, hide the message so there is no knowledge of the existence of the message. With cryptography, comparison is made between portions of the plaintext and portions of the cipher text. In steganography, comparisons may be made between the cover-media, the stego- media, and possible portions of the message. The end result in cryptography is the cipher text, while the end result in steganography is the stego-media. The message in steganography may or may not be encrypted. If it is encrypted, then a cryptanalysis technique is applied to extract the message.
  • 9. Steganography vs. Watermarking Digital watermarking can be a form of steganography, in which data is hidden in the message without the end user's knowledge.It is a technique which allows an individual to add hidden copyright notices or other verification messages to digital audio, video, or image signals and documents. Such a message is a group of bits describing information pertaining to the signal or to the author of the signal (name, place, etc.) The technique takes its name from watermarking of paper or money as a security measure. Figure-3
  • 10. Steganography – Carrier Files • bmp (bit map picture) • jpeg (joint photographic experts group) • gif (graphics interchange format) • wav (waveform audio) • mpeg(moving picture experts group) • png(portable network graphic) Amongst others…
  • 11. Modern Steganography Techniques 1. Masking and Filtering: Is where information is hidden inside of a image using digital watermarks that include information such as copyright, ownership, or licenses. 2. Algorithms and Transformations: This technique hides data in mathematical functions that are often used in compression algorithms. 3. Least Significant Bit Insertion: The most common and popular method of modern day steganography is to make use of the LSB of a picture’s pixel information.
  • 12. Basics of Modern Steganography fE: steganographic function "embedding" fE-1: steganographic function "extracting" cover: cover data in which emb will be hidden emb: message to be hidden key: parameter of fE stego: cover data with the hidden message Figure-4
  • 13. Important Requirement for Steganographic System 1. Security of the hidden communication 2. Size of the payload 3. Robustness against malicious and unintentional attacks Figure-5
  • 14. Uses for Steganography • Covert communications  Privacy  Espionage  Terrorism Criminal activities • Intellectual property protection Digital watermarks Digital signatures
  • 15. Steganography - Tools • Steganos • S-Tools (GIF, JPEG) • StegHide (WAV, BMP) • Invisible Secrets (JPEG) • JPHide • Camouflage • Hiderman Many others…
  • 16. Detection of Steganographic Content/Countermeasures The detection of steganographically encoded packages is called Steganalysis. • Visual Analysis tries to reveal the presence of secret communication through inspection, either with the naked eye or with the assistance of a computer. • Statistical (Algorithmic) Analysis reveals tiny alterations in an image's statistical behavior caused by steganographic embedding. • The nominally universal methods developed to detect embedded stego-data are generally less effective than the steganalytic methods aimed at specific types of embedding.
  • 17. DIFFERENT KINDS OF STEGANOGRAPHY The four main categories of file formats that can be used for steganography are: I. Text II. Images III. Audio IV. Protocol
  • 18. Text steganography: Hiding information in text is the most important method of steganography. The method was to hide a secret message in every nth letter of every word of a text message. After booming of Internet and different type of digital file formats it has decreased in importance. Text stenography using digital files is not used very often because the text files have a very small amount of redundant data. Text steganography can be classified in three basic Categories:- • Format-based • Random • Statistical generation and linguistic method.
  • 20. Image steganography: Images are used as the popular cover objects for steganography. A message is embedded in a digital image through an embedding algorithm, using the secret key. The resulting stego image is send to the receiver. On the other side, it is processed by the extraction algorithm using the same key. During the transmission of stego image unauthenticated persons can only notice the transmission of an image but can’t guess the existence of the hidden message. Figure-7
  • 21. Audio steganography: Audio stenography is masking, which exploits the properties of the human ear to hide information unnoticeably. An audible, sound can be inaudible in the presene of another louder audible sound .This property allows to select the channel in which to hide information. Figure-8
  • 22. Protocol steganography: The term protocol steganography is to embedding information within network protocols such as TCP/IP. We hide information in the header of a TCP/IP packet in some fields that can be either optional or are never used.
  • 23. Existing Steganographic Techniques The steganographic algorithms can broadly be classified into two categories :- 1. Spatial Domain Techniques 2. Transform Domain Techniques Spatial Domain:- These techniques use the pixel gray levels and their color values directly for encoding the message bits. Transform Domain:- These techniques try to encode message bits in the transform domain coefficients of the image.
  • 24. Existing Attacks The steganalytic attacks developed till date can be classified into visual and statistical attacks. The statistical attacks can further be classified as :- • Targeted Attacks: These attacks are designed keeping a particular steganographic algorithm in mind.  Histogram Analysis  Sample Pair Analysis  HCF-COM based Attack • Blind Attacks: The blind approach to steganalysis is similar to the pattern classification problem.  Wavelet Moment Analysis  Calibration Based Attacks  Farid’s Wavelet Based Attack
  • 25. Conclusion 1. The approach proposed in this work aims at hampering the steganalysis ability to effectively estimating the statistics for classification. 2. It was found that the calibration step is indeed able to estimate image model. To counter this a generalized framework has been proposed which disturbs this model estimation of the attack. 3. It is based on embedding data such that stego population remains statistically closer to the cover population and the difference between these two cannot be observed in the statistics drawn from the two populations and if any how attacker may be able to know the embedding algorithm but in that case he will not be able to know the right pattern of the message because we will embed the message in the form of cipher text. 4. Like this our security will remain consistent. Like this proposed algo will be successful in breaking calibration based blind attacks.
  • 26. Reference  Park,S.K, and Miller, K.W. (1988). "Random Number Generators: Good Ones Are Hard To Find". Communications of the ACM 31 (10): 1192–1201.  C. Kurak and J. McHugh, “A Cautionary Note On Image Downgrading,” Proc. IEEE Eighth Ann. Computer Security Applications Conf., IEEE Press, Piscataway, N.J., 1992 Websites:-  http://www.jjtc.com/Steganography/  http://azhar- paperpresentation.blogspot.in/2010/04/steganography-and- digital-watermarking.html