Impementation of Image and Video Steganography using LSB algorithm in Matlab.
Run hideGui.m to hide the input text file in input image.
Give the input file names. Click on Hide to generate stego image as 'secret.bmp'.
Run retrieveGui.m to retrieve your data using stego image. Leave the key as empty box.
Run videoSteganography.m to hide the input text file in input video.
Give the input file names. Click on Hide to generate stego video as 'output.avi' and a secret key in 'key.txt'.
Run retrieveGui.m to retrieve your data using stego video.
Enter the stego file name and key file name and click on Retrieve to retrieve your data.