登录
首页 » matlab » zishiyingjiami

zishiyingjiami

于 2021-04-20 发布 文件大小:42KB
0 282
下载积分: 1 下载次数: 143

代码说明:

  为了提高图像加密算法的鲁棒性,提出了一种新的自适应图像加密算法。首先,把任意大小的灰度或彩 色图像分成2 × 2 子块 然后,用左上角子块的像素灰度值和Chebyshev 混沌映射构造与右上角子块等大的矩阵,用该 矩阵对右上角子块进行像素灰度值替换 最后,按顺时针对每个子块进行加密,直到左上角子块加密完毕。该算法不 依赖于图像的大小,而且适用于灰度图像和彩色图像,因而有很强的鲁棒性。同时灰度值扩散机制的引入使得该算 法具有良好的扩散性和扰乱性。(This paper presented a new self-adaptive image encryption algorithm so as to improve its robustness. Under this algorithm, a gray image or color image was divided into 2 × 2 size blocks. A corresponding size of matrix in the top right corner was created by the pixel gray-scale value of the top left corner under Chebyshev mapping. The gray-scale value of the top right corner block was then replaced by the matrix created before. The remaining blocks were encrypted in the same manner in clockwise until the top left corner block was finally encrypted. This algorithm is not restricted to the size of image and it is suitable to gray images and color images, which leads to better robustness. Meanwhile, the introduction of gray-scale value diffusion system equips this algorithm with powerful function of diffusion and disturbance.)

文件列表:

自适应加密
..........\AA.m,5042,2012-04-06
..........\AAA.asv,5043,2012-04-23
..........\AAA.m,8878,2012-05-30
..........\AAde.m,3912,2012-05-30
..........\AAmain.asv,1909,2012-05-30
..........\AAmain.m,1957,2012-07-26
..........\ABCDmain.asv,939,2012-05-30
..........\ABCDmain.m,939,2012-05-30
..........\ACmain.asv,2324,2012-04-09
..........\ACmain.m,2332,2012-06-04
..........\ad.asv,2171,2012-04-06
..........\ad.m,2182,2012-04-06
..........\Amain.asv,1582,2012-04-06
..........\BB.m,5046,2012-04-06
..........\BBB.m,9082,2012-05-30
..........\BBde.m,4188,2012-05-30
..........\Bmain.m,721,2011-12-09
..........\CC.m,5010,2012-04-23
..........\CCC.asv,8960,2012-05-30
..........\CCC.m,8960,2012-05-30
..........\CCde.m,3998,2012-05-30
..........\ccoef.m,134,2006-04-18
..........\clock.asv,5108,2012-04-06
..........\DD.m,5084,2012-04-07
..........\DDD.asv,9076,2012-05-30
..........\DDD.m,8915,2012-05-30
..........\DDde.asv,3992,2012-05-30
..........\DDde.m,3990,2012-05-30
..........\declock.asv,3992,2012-04-06
..........\DTU.m,445,2011-12-09
..........\DTUJ.m,714,2011-12-08
..........\FDC.asv,2222,2011-12-15
..........\FDC.m,1822,2011-12-27
..........\HDU.m,226,2011-12-09
..........\HDUJ.m,231,2011-12-09
..........\HUD.m,238,2011-12-09
..........\HUDJ.m,228,2011-12-09
..........\LDTRU.m,354,2011-12-08
..........\LDTRUJ.m,352,2011-12-08
..........\LLR.m,224,2011-12-09
..........\LLRJ.m,228,2011-12-09
..........\LLRRL.asv,8881,2012-04-06
..........\LLRRL.m,5243,2012-04-05
..........\LRL.m,226,2011-12-09
..........\LRLJ.m,231,2011-12-09
..........\LRRLL.asv,8732,2012-04-06
..........\LRRLL.m,5196,2012-04-05
..........\LTR.m,456,2011-12-09
..........\LTRJ.m,616,2011-12-08
..........\LUTRD.m,350,2011-12-08
..........\LUTRDJ.m,368,2011-12-08
..........\per.m,529,2011-12-07
..........\ps.m,583,2011-12-27
..........\randPair.m,1312,2008-06-14
..........\RDTLU.m,356,2011-12-08
..........\RDTLUJ.m,348,2011-12-08
..........\RKK.m,1615,2011-12-27
..........\RTL.m,427,2011-12-08
..........\RTLJ.m,616,2011-12-08
..........\RUTLD.m,354,2011-12-08
..........\RUTLDJ.m,352,2011-12-08
..........\SC.m,2283,2012-04-23
..........\testPair.asv,957,2011-12-27
..........\testPair.m,1077,2011-12-27
..........\testper.m,222,2011-12-07
..........\UTD.m,408,2011-12-08
..........\UTDJ.m,714,2011-12-08
..........\vper.m,308,2011-12-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DESEncryptionDecrypt
    编写的DES 对称加解密技术,可随时进行明文密文之间的转换,有需要的朋友可以下载测试!本人目的打算对后台数据库的敏感信息字段用该方法加密,然后用软件权限控制读取,这样即使直接SQL后台取数,也得不到明文数据。(Write DES symmetrical encryption technology, may at any time for conversion between plaintext cipher, friends in need can be download test! I purpose going to the backstage database of sensitive information field with the method of encryption, and then use software to read access control, so even if the SQL backend access directly, also can not get clear data. )
    2013-10-15 09:51:35下载
    积分:1
  • IBE identity
    IBE基于身份的加密系统的身份提取程序,使用VC6.0开发,即把身份转换成椭圆曲线上的点-IBE identity-based encryption system of the identity of extraction procedures, using VC6.0 development, namely, the identity into a point on the elliptic curve
    2023-02-17 10:35:04下载
    积分:1
  • IEEE2008年文章An Image Encryption Scheme Based on Chaotic Map
    IEEE2008年文章An Image Encryption Scheme Based on Chaotic Map -An Image Encryption Scheme Based on Chaotic Map
    2022-06-19 04:19:19下载
    积分:1
  • 数据隐藏程序,更不是安全的秘
    数据隐藏程序,比机密更安全-Data Hiding procedures, more than security secrets
    2023-07-27 04:05:03下载
    积分:1
  • Fractional joint transform correlator英文文献
    Fractional joint transform correlator英文文献-Fractional joint transform correlator
    2023-05-18 12:40:04下载
    积分:1
  • 数字证书处理程序
    数字证书处理程序-procedures for handling digital certificates
    2022-08-26 11:40:15下载
    积分:1
  • des
    DES加密算法实现的C++类 (DES cryptographic algorithm for C)
    2020-06-26 12:20:02下载
    积分:1
  • CRC32
    CRC32哈希算法的C#版源码.采用的是动态生成码表的方法.-CRC32-hash algorithm in C# version of the source code. The code is dynamically generated table method.
    2022-04-28 05:11:44下载
    积分:1
  • 里面主要是DES算法的 vc++实现的,在VC6.0下调试通过
    里面主要是DES算法的 vc++实现的,在VC6.0下调试通过-DES algorithm which is mainly vc++ to achieve, in the VC6.0 debugger through the next
    2023-08-13 11:05:07下载
    积分:1
  • 讨论了结直肠癌的一代数学算法
    讨论了CRC生成的数学算法
    2022-04-24 05:21:08下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载