Skip to content
/ stego Public

数据隐写:将数据嵌入到到 BMP 数据中

License

Notifications You must be signed in to change notification settings

Menci/stego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

数据隐写

将任意数据嵌入到 BMP 文件中,使得肉眼无法观察出与原图的区别。生成的 BMP 文件可以被转码(不可有损压缩)。

# 编译
gcc stego.c -o stego
# 写入
./stego -w input.bmp hello.7z output.bmp
# 读取
./stego -r output.bmp hello.7z

原理:利用 BMP 中每个像素点 RGB 颜色值的最低位(LSB)来存放数据。

About

数据隐写:将数据嵌入到到 BMP 数据中

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages