Skip to content

luenix/Netherizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netherizer - Image Steganography

The Netherizer is a python based image steganography tool used for concealing files within RGB color data. Netherizer utilizes Pillow for image processing and tKinter for the GUI.

Features

Variable Bit Depth: Control how much color data is overwritten starting with LSB (Least Significant Bit). Higher values allow for larger files but cause more changes to the image.
Transparency Write: Only write data to transparent pixels causing no visual change in the image.
Auto Bit Depth: Automatically choose the bit depth that will make the least possible change in the image.

How To Use

Setup:

  1. Download the Zip file here.
  2. Extract the files and run the exe

Encode:

  1. Choose Encode
  2. Select Choose Image and select the image you want to have encoded (png or jpg) chooseencode
  3. (Optional) Change Bit Depth, This will change how much data is overwritten with file data. If unsure leave on auto and the minimum option will be chosen.
  4. Choose input file by selecting Choose File, maximum input size is shown below your input image.
    chooseinput
  5. Choose the output location and file name for the resulting encoded image. encodechooselocation
  6. Hit encode

Decode:

  1. Choose Decode
  2. Select Choose Image and select the image that has been previously encoded decodeselectimage
  3. Select Choose Folder and select the output folder for the encoded file decodechoosefolder
  4. Hit DECODE and the resulting file will be placed in the output folder with the original file name.

About

Image Steganography

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%