How Can I embed the length of my secret message in the special bytes of the cover image
3 次查看(过去 30 天)
显示 更早的评论
How Can I embed the length of my secret message in the special bytes of the cover image
1 个评论
DGM
2021-11-30
If you need to do low-level editing of the file, you can use fopen() fseek(), fread(), etc.
In order to have a more specific answer than that, you'll need a more specific question. What is the file format? Where exactly are you trying to cram metadata? How much metadata is there?
回答(1 个)
yanqi liu
2021-12-1
yes,sir,may be use base64 to encode message,and use lsb method to embed the string into image matrix
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!