steghide
- Hide data and also decrypt data. Commonly used to hide text message inside image files(jpeg format), Sometimes data can be hidden in audio files too(ex:wav).
- Commands
- steghide command [ arguments ]
- steghide extract -sf input_file -p password
- steghide embed -cf input_file -ef Text_file_to_hide
- steghide extract -sf inputfile -xf hiddenfiletoextract
- steghide info inputfile