Skip to content

Implementation of Improved method using two Exclusive-OR to a binary image RGB color image steganography algorithm in Python.

Notifications You must be signed in to change notification settings

YonatanHen/Hiding-Binary-Image-In-Color-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Security Project

This project implements the Improved method using two Exclusive-OR to a binary image in RGB color image steganography algorithm which described here: https://www.sciencepubco.com/index.php/ijet/article/view/19692

The project is an OO final project of Data Security course.

The encrypted image had been saved as colorImage.png whereas decrypted image was saved as a binaryImage.png.

In addition, we added 3 improvements to the algorithm:

  1. Resizing images before encryption to improve algorithm speed.
  2. Flipping bits to improve the security.
  3. Checksum to each pixel to improve data transformation reliability.

You can see an example of the algorithm implementation in this video

About

Implementation of Improved method using two Exclusive-OR to a binary image RGB color image steganography algorithm in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages