搜索资源列表
BaseOnChaosTechnologyImageEncryptResearch
- 介绍了数字图像加密技术的现状,主要介绍了混沌在数字图像加密领域内的应用。 提供了一个基于双混沌的数字图像加密算法
图像的加密解密
- 图像的加密解密,简单实用,抓紧下载保证有用,,Image encryption and decryption, simple and practical, step up to ensure download useful
JARS
- 用来检验加密图像的加密水平,也可以用来检验算法的加密程度和效果-Used to test the level of encryption image encryption can also be used to test the extent and effect of the encryption algorithm
RandRowOrColum
- 图像加密算法,是层次变换中行变换和列变换结合的方法-Image encryption algorithm is a method-level transformation of rows and columns transform combined transformation
img_correlation
- 像素相关性计算函数,该指标对于衡量一个加密后的图像安全性能-Pixel correlation calculation function, the safety performance indicators for measuring an image after encryption
jiami
- 使用C/C++将JPG图像转化成BMP图像并实现图像的加密-Use C/C++ the JPG and BMP images into encryption
Chebyshev_CS
- 这个代码是用chebyshev作为测量矩阵的压缩感知图像加密压缩算法。-this code is chebyshev map to controll measurement matrix.
Jsteg
- Jsteg算法实现,Jsteg是一种基于JPEG的常用信息隐藏算法步骤如下: 首先,把掩体图像分为不重叠的8*8的子块,对每一子块进行DCT并对变换得到的DCT系数进行量化 其次,将待隐藏的信息进行加密,将加密结果嵌入到量化后值不为0,1或-1的DCT系数的最 低有效位(LSB)中,其嵌入顺序是按zigzag扫描顺序进行的。最后,用JPEG的嫡编码(包括哈夫曼编码,游程编码及DPCM)对嵌入秘密信息后的每一子块进行编码,从而得到一个含有秘密信息的JPEG stego文件。-Jsteg