-
AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES
AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES-128)。-AES algorithm mainly includes three aspects: round of changes, round number and key expansion. In this paper, 128 for example, introduce the basic principles of algorithm combination of C language, the realization of advanced data encryption algorithm AES (AES-128).
- 2022-07-12 03:26:06下载
- 积分:1
-
DESUtil
DES加密解密 通过制定的加密方法来加密(Encryption and decryption are encrypted by means of established encryption methods
DES)
- 2020-06-18 13:00:01下载
- 积分:1
-
sha1sum验证算法,cd分发映像文件的,sha1值得计算,验证sha1
sha1sum验证算法,cd分发映像文件的,sha1值得计算,验证sha1-sha1sum verification algorithm, distributed cd image files, sha1 worth calculation, the certification sha1
- 2022-03-25 08:47:43下载
- 积分:1
-
aes
AES encrypt and decrypt source code implemented using MATLAB
- 2010-01-05 14:53:36下载
- 积分:1
-
5
说明: 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。编译:命令行模式下,切换到代码所在目录,输入make后回车即可。(The file integrity testing program based on MD5 contains 4 files: md5.h, md5.cpp, test.cpp, nankai.txt. Compile: In the command line mode, switch to the directory where the code is located, enter make, and press Enter.)
- 2020-06-22 10:17:11下载
- 积分:1
-
rationalLogist
有理bezier曲线应用于图像加密的源代码(Matlab)(Rational Bezier curves used in image encryption source code (Matlab))
- 2008-03-27 11:32:43下载
- 积分:1
-
基于LSB的图像中数据加密隐藏算法程序
图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往...
基于LSB的图像中数据加密隐藏算法程序
图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。
信息隐藏,即将信息嵌入某些载体,而使信息窃取者注意不到信息的存在。由于人眼的视觉的冗余及图像文件本身的数据量很大,数字图像文件是信息隐藏很好的载体,将需要保密的信…
包括的文件有:
findtext.m, hidetext.m, main.bmp, new2.bmp, message.txt, output.txt, gui.fig, new.bmp, gui.asv, gui.p, secret.bmp, read me.txt, screenshot.bmp, screenshot.jpg-err
- 2022-03-13 19:31:38下载
- 积分:1
-
RSA_euroi
说明: RSA公开密钥算法C源代码,包括源代码、文档、安装程序、TEST程序以及分别在WINDOWS和UNIX_LINUX下的编译SCRIP,值得下载(RSA public key algorithm C source code, including source code, documentation, installation procedures, TEST procedures, as well as in Windows and the compiler UNIX_LINUX SCRIP, it is worth the download)
- 2006-03-31 17:13:58下载
- 积分:1
-
MyMD5.DLL及测试代码(详见附件)
MyMD5.DLL及测试代码(详见附件)-MyMD5.DLL and testing of code (see Annex)
- 2022-08-08 11:39:03下载
- 积分:1
-
Digital-image-encryption-algorithm-
为了保证数字图像的安全性和可靠性,提出混沌序列对称加密算法对数字图像进行加
密的方法,设计了基于Logistic 映射模型的四维混沌序列对称加密算法,实现对数字图像的混
沌加密及解密。而高维混沌系统具有更高的安全性的特点,能够抵御统计攻击,穷举攻击,
具有较强的抗干扰能力。(Digital image encryption algorithm based on four-dimensional chaotic system implementation)
- 2021-03-07 16:49:29下载
- 积分:1