搜索资源列表
-
0下载:
其实网上这方面的代码已经不少了,但是大多都如出一辙,主要是给出的代码不但不好理解(主要是为了处理大文件,支持分块,这样就会屑弱初学者对算法的理解),该源代码在引入必要头文件后可以在VC6.0下顺利通过编译-fact that the Internet has been a lot of code, but most of all the same, given the code is not only poor understanding (mainly to handle large file
-
-
0下载:
一个C++的DES算法源码.引入工程中即可使用,加解密的函数分别是DES(char *key,char *s_text,char *d_text)和_DES(char *key,char *s_text,char *d_text)
使用上也比较方便-A C++ Source of the DES algorithm. The introduction of projects to use, a function of encryption and decryption are DES (c
-
-
0下载:
IBE加密算法的入门文章Identity-Based Encryption from the Weil Pairing-IBE encryption algorithm of the article Introduction to Identity-Based Encryption from the Weil Pairing
-
-
0下载:
这是一个非常好的诠释AES算法的程序,对于这么一个较复杂的算法,该程序只用里100行就完全的实现了算法的功能,压缩包里有.txt的文档,里面有相关介绍。-This is a very good procedure for the interpretation of AES algorithm, for such a more complex algorithm, the program in only 100 lines on the full realization of the functi
-
-
0下载:
较为全面系统的介绍了DES算法的实现程序,供大家参考-More comprehensive and systematic introduction to the realization of the DES algorithm procedure for your reference
-
-
0下载:
一本介绍密码学现代知识的学习资料,对于密码算法编程方面很有用。-A descr iption of the study of modern knowledge of cryptography information programming for the cryptographic algorithm is useful.
-
-
0下载:
introduction to algorithm design
-
-
0下载:
本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。
BASE64编码算法不算是真正的加密算法。
MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
-
-
0下载:
J安全散列算法是数字签名等密码学应用中重要的
工具!目前最常用的安全散列算法是"#$ &算法’它被广泛
地应用于电子商务等信息安全领域!为了满足应用对安全散
列算法计算速度的需要’该文提出了一种快速计算"#$ &
算法的硬件结构!该方法通过改变硬件结构(引入中间变量’
达到缩短关键路径的目的’进而提高计算速度!这种硬件结
构在)*&+,-工艺下的$"./实现可以达到0*12345的数
据吞吐量’是改进前的两倍以上6它在782$上实现的性能
也接近目前"#$ &算法
-
-
2下载:
:目前混沌系统与加密技术相结合是现如今最热门的一个课题,虽然有大量的加密算法面世,但是这些加密算法并不成熟,仍然需要进一步的研究。本文采用像素位置置乱变换和像素值替代变换相结合的加密思想,设计出一种基于混沌的数字图像加密算法。引入了整数域上的逆仿射变换,算法中采用二维 logistic 混沌映射相结合的方法,生成多组混沌序列,像素置乱变换与灰度值替换都由这些混沌序列所控制。多混沌序列产生的密钥空间大于单一的混沌序列所产生的密钥空间,因此本文研究的算法加密强度很高。-The current cha
-