文件名称:gif-msg:在gif中隐藏127个字节而不触碰任何像素或颜色
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-24 13:02:35
gifs cryptography steganography steganography-algorithms Python
gif-msg gif-msg在gif中隐藏128字节消息,同时保持像素值相同。 你能弄清楚我是怎么做到的吗? gif在消息传递应用程序中的流行用法使它们可以自然地融入对话。 这样,用户就可以向彼此发送秘密(可能已加密)的消息,而对于第三方来说却并不明显。 这种隐写方法在很大程度上也适用于消息论坛。 安装 Pillow的gif编码器不支持无损压缩,因此gifsicle用于重新编码gif,以便其文件大小不会增加。 # Install dependancies pip3 install -r requirements.txt sudo apt install gifsicle # Clone module git clone https://github.com/CalderWhite/gif-msg/ cd gif-msg git submodule update --init --r
【文件预览】:
gif-msg-master
----requirements.txt(14B)
----server()
--------server.py(1KB)
--------README.md(144B)
--------index.html(4KB)
----gif_msg.py(8KB)
----LICENSE(34KB)
----PySmaz()
----.gitmodules(205B)
----simple_aes_cipher()
----README.md(2KB)