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!