decoding code for the bitmap image
1 回表示 (過去 30 日間)
古いコメントを表示
Sir can u plzz give the code to decode that bitmap image n get the text hidden it
0 件のコメント
回答 (3 件)
Walter Roberson
2015 年 10 月 16 日
No. In order to retrieve the hidden information, you need to know how it was hidden.
If you were to somehow determine which bits had been altered compared to the original image, and if you also knew somehow which bits happened to be changed to the same thing they were before (e.g., a '1' was stored but it already happened to be a '1'), then you would be able to get a set of bits and values out. However, that would not tell you anything about the order the bits should be used in. Does it say "own goal" or does it say "law goon" ?
0 件のコメント
Image Analyst
2015 年 11 月 25 日
I've written a very simple steganography demo. It's in my File Exchange, so check it out: http://www.mathworks.com/matlabcentral/fileexchange/54155-steganography-hide-text-in-image
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!