STEGANOGRAPHY IN WINDOWS
STTEGANOGRAPHY- First of all we should know whats exactly is the mean of steganography? So The word steganography is derived from the greek word steganos meaning "hidden or covered" . Steganography is the technique of hiding data within an ordinary non secret file or message to avoid detection. The Hidden data is then extracted at its destination, In this tutorial we'll hide a text file message data behind an image. We are supposing that our secret message file name is hacker.txt and the image file name is client.jpg. Its mean that we have to hide hacker file behind client file. Now simply follow the steps.... 1)- open cmd if you don't know how to open cmd them simple (win+R->type cmd) 2)- I am supposed that both the file on desktop 3)- Now change directory to desktop using the cd desktop 4)- Now just main final main command ie..... copy /b imageFileName+textFileName finalFileName Example: copy /b client.jpg+hacker.txt Amit