搜索资源列表
StegLSB
- 图像隐写中的LSB隐写算法的matlab函数-Image of LSB steganography algorithm
BatLSBReplace
- 大批量处理图像LSB隐写算法的matlab算法-Large batch image LSB steganography algorithm matlab algorithm
check
- LSB的matlab 算法实现!隐写术!基于空域的信息隐藏算法虽然不及基于频域的信息隐藏的算法常用,但是其在信息隐藏中也占有一席之地。在空域算法中,LSB堪称经典,可以作为信息隐藏的入门砖。-descr iption of matlab
JSTEG
- Jsteg隐写算法[23][24]由D. Upham提出,该算法将秘密信息嵌入在量化后的DCT系数的LSB上,但值为-1、0、+1的DCT系数例外。提取秘密信息时,也只是将隐藏信息的图像中不等于-1、0、+1的量化DCT系数的LSB取出即可-steganography of jsteg
LSB
- 经典的隐写算法,包括LSB替换和随机LSB匹配。对于实现简单的信息隐藏最常用的方法,具体用matlab实现。-This is LSB steganography, it includes LSB replacement and random LSB matching. it is most common method for information hiding, and it implement with matlab