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.
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.
- Download the Zip file here.
- Extract the files and run the exe
- Choose Encode
- Select Choose Image and select the image you want to have encoded (png or jpg)
- (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.
- Choose input file by selecting Choose File, maximum input size is shown below your input image.
- Choose the output location and file name for the resulting encoded image.
- Hit encode