# Steganography Tool * Advanced Image Steganography Tool used to hide files inside Images. * Uses LSB (Least Significant Bit) Algorithm to store file data inside the image * Works with only .png format Commands ``` python3 steg.py ``` Input ``` encode decode ``` Example ``` encode image.png image_new.png secret.txt decode image_new.png secret_new.txt ```