#隐写术 #编码 #图像 # #辅助工具 #隐写编码器 #隐写读取器

已删除 steganocrypt

隐写术辅助工具 https://crates.org.cn/crates/steganography

10 个版本

0.1.9 2023年4月5日
0.1.8 2023年4月4日

35#隐写术

Download history 2/week @ 2024-03-15 111/week @ 2024-03-22

每月下载量 106

MIT 许可证

6MB

Steganocrypt

通过 Steganography 将文本有效载荷嵌入/从图像中读取的辅助工具

基本用法

  use steganocrypt::utils::{stegencoder, stegreader};
  
  // Encode Image 
  stegencoder(
            "TEXT TO INSERT",
            "assets/monalisa.jpg",
            "assets/monalisa.crypto.png",
  );

  // Read Encoded Copy
  stegreader("assets/monalisa.crypto.png");

依赖项

~15MB
~80K SLoC