prakash2903 / CamoPixer

Image Steganography Tool built using Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘¨β€πŸ’» CAMOPIXER - An Image Steganographic Tool πŸ–₯

A Java application that conceals messages within images, ensuring both security and functionality.

Comprises several key components represented by individual files πŸ“ƒ

Steganographic Algorithm:

  • The Least Significant Bit (LSB) image steganography algorithm, a method for hiding information within digital images.

  • Using this technique, each pixel's color values (typically red, green, and blue channels in RGB images) are altered by replacing the least significant bits with the secret message bits.

  • The secret message is divided into binary form, and each bit is inserted into the corresponding pixel's LSB

  • When the image is transmitted or shared, the recipient can extract the hidden message by examining the LSB of the pixels.

πŸ” Encoder and Decoder πŸ–Š

βœ… How to RUN ?

IDE: Apache NetBeans IDE 18

  1. Download the repo as .zip

  2. Extract the folders and open with IDE

  3. Source packages >> default package >> main.java

  4. Run main.java

About

Image Steganography Tool built using Java


Languages

Language:Java 100.0%