我正在嘗試從圖像中獲取數據,但首先我想檢查圖像是否確實包含數據。我嘗試使用“steghide”從中提取數據,但出現此錯誤:
steghide: the file format of the file "Summmmmmmer.jpg" is not supported
這是我正在使用的命令:
$ steghide extract -sf Summmmmmmer.jpg -p <password> -xf result.txt
這是文件本身:

(後記)
我也嘗試使用Summmmmmmer.png,它也不起作用。
感謝幫助 !