hrchlhck/stego-rust
GitHub: hrchlhck/stego-rust
用 Rust 实现的 LSB 图像隐写术工具,支持通过命令行在图片中隐藏和提取文本或图像数据。
Stars: 0 | Forks: 0
# stego-rust
用 Rust 实现最低有效位(Least-Significant Bit)隐写术方法。
## 命令
```
Usage: steganography [OPTIONS] --input-image --output-image
Commands:
hide Hide something in an existing image provided in --input-image flag
reveal Reveal something in an existing image provided in --input-image flag
help Print this message or the help of the given subcommand(s)
Options:
-i, --input-image Path of the image you want to hide/reveal something
-o, --output-image Path of the resulting image after hiding/revealing something
-t, --is-text If you want to hide a text or an image
-s, --text The text you want to hide [default: ]
-n, --n-characters Number of characters you want to reveal [default: 16]
-h, --help Print help
-V, --version Print version
```
标签:DNS 反向解析, LSB, Rust, 信息隐藏, 可视化界面, 图像处理, 网络流量审计, 通知系统, 隐写术