我黑了这张照片……
作者:FancyPig | 发布时间: | 更新时间:
相关阅读
data-postsbox="{"id":6701,"title":"有趣的图片隐写术,如何发现图片中更多的秘密?结尾有一个奖励的小彩蛋,快来看!","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":4352,"comment_count":75,"category":"knowledge","is_forum_post":false}">{"id":6701,"title":"有趣的图片隐写术,如何发现图片中更多的秘密?结尾有一个奖励的小彩蛋,快来看!","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":4352,"comment_count":75,"category":"knowledge","is_forum_post":false}
data-postsbox="{"id":3523,"title":"有趣的图片隐写技术 揭秘图片背后更多的秘密","author":"热心网友","author_id":9547,"cover_image":"","cover_video":"","views":4668,"comment_count":120,"category":"cybersecurity","is_forum_post":false}">{"id":3523,"title":"有趣的图片隐写技术 揭秘图片背后更多的秘密","author":"热心网友","author_id":9547,"cover_image":"","cover_video":"","views":4668,"comment_count":120,"category":"cybersecurity","is_forum_post":false}
data-postsbox="{"id":10390,"title":"豆瓣爆出截图中添加盲水印?如何验证是否存在盲水印?","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":4940,"comment_count":2,"category":"knowledge","is_forum_post":false}">{"id":10390,"title":"豆瓣爆出截图中添加盲水印?如何验证是否存在盲水印?","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":4940,"comment_count":2,"category":"knowledge","is_forum_post":false}
data-postsbox="{"id":18037,"title":"【视频讲解】PicoCTF 2022 取证篇 svg图片隐藏信息","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":2989,"comment_count":1,"category":"cybersecurity","is_forum_post":false}">{"id":18037,"title":"【视频讲解】PicoCTF 2022 取证篇 svg图片隐藏信息","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":2989,"comment_count":1,"category":"cybersecurity","is_forum_post":false}
data-postsbox="{"id":6891,"title":"想成为侦探?如何通过一张图片找到护照编号?教你玩转Maltego","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":11948,"comment_count":733,"category":"sg","is_forum_post":false}">{"id":6891,"title":"想成为侦探?如何通过一张图片找到护照编号?教你玩转Maltego","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":11948,"comment_count":733,"category":"sg","is_forum_post":false}
视频讲解
本期视频我们将带大家了解图片隐写术,同时我们可以使用steghide工具制作包含隐藏内容的图片,这种技术居然被某些专业人士用于情报传递……
相关资源
如果你是windows电脑可以在这里下载

Kali linux里是自带这个工具的
使用方法
在图片中隐藏文件
我们这里需要准备一个要隐藏的文件和一张图片
steghide embed -ef 要隐藏的文件 -cf 图片

同时,我们还需要为其设置密码

然后再次输入密码,就可以生成加密后的图片了

上面的密码在后续解密的时候需要用到
解密图片
steghide extract -sf 图片

然后输入密码就可以完成解密了,是不是非常简单呢?