Skip to content

Steganography projects made during studies. Subjects of projects: lsb manipulations, steganalysis, hidding data in image, hidding data in wav file

Notifications You must be signed in to change notification settings

miazga-git/Steganography-Sem-IX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example from executing Lab1:

Picture before hiding message in it (picture number 1)

wikipedia_cat

Picture after hiding message in it (picture number 2)

wikipedia_cat_stegano

Executing decrypt_miazga.m script:

image

There is a message from the picture number 2.

Topics of individual Labs:

  • Lab1 - hiding the data by replacing the most significant bit of the red color
  • Lab2 - hiding the text from the command line by substituting the least significant bits. Hiding data in the form of a spiral starting in the center of the image.
  • Lab3 - hiding the text from the command line by replacing the least significant bits of the wav sound file. Pseudo-random data hiding using a hash function.
  • Lab4 - analysis of a photo with a hidden message by extracting layers of the least significant bits of the image
  • Lab5 - comparison of color histogram and LSB values for images with and without a hidden message
  • Lab6 - hiding the message using Hamming code (7,4) coding and the LSB algorithm

About

Steganography projects made during studies. Subjects of projects: lsb manipulations, steganalysis, hidding data in image, hidding data in wav file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages