How to hide file to image using steghide
We will discuss about how to hide file/txt file inside image/jepg file using steghide.
Steghide is a steganography program which is use hide file/txt into image/jpg file.
Features:
- compression of embedded data
- encryption of embedded data
- embedding of a checksum to verify the integrity of the extraced data
- support for JPEG, BMP, WAV and AU files
First thing you need to update your kali before install it.
apt-get update
apt-get install steghide
After that prepare your file ex: you want to hide .txt to .jpg file., just type command below
"steghide embed -cf cvr.jpg -ef emb.txt"
Enter your passphrase
If you want to know your command success just type "steghide info yourimage.jpg "
Use "steghide extract -sf stg.jpg" to extract your file from your jpg
ok done..




0 Comment:
Post a Comment