-
MD5的全称是Message
MD5的全称是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。这三个算法的描述和c语言源代码在Internet RFC 1321中有详细的描述(http://www.ietf.org/rfc/rfc1321.txt),这是一份最权威的文档,由Ronald L. Rivest在1992年8月向IETF提交。
-err
- 2022-11-02 12:00:03下载
- 积分:1
-
cuda_sample很热的程序
CUDA_SAMPLE is very hot program
- 2022-02-15 12:06:10下载
- 积分:1
-
费舍尔,pseudoinverse,感知器,放松,呵
Fisher, Pseudoinverse, Perceptron, Relaxation, Ho-Kashyap and LMS method for pattern classification
- 2022-05-15 20:16:40下载
- 积分:1
-
a small software in compile theory,let s enjoy your s .
编译原理的中的一点小软件,看看大家的软件.-a small software in compile theory,let s enjoy your s .
- 2022-02-24 12:59:37下载
- 积分:1
-
读取XML的一个示例小程序.展示了如何调用XML类来实现对XML文件的读取....
读取XML的一个示例小程序.展示了如何调用XML类来实现对XML文件的读取.-Read an example of an XML applet. Show how to call the XML type to achieve the reading of the XML document.
- 2022-01-31 19:22:23下载
- 积分:1
-
这是一款功能强大的小程序,可以将字符、汉字的ASCII值转换出来,并支持进制转换...
这是一款功能强大的小程序,可以将字符、汉字的ASCII值转换出来,并支持进制转换-This is a powerful small programs can be characters in the ASCII value of Chinese characters conversion out and support base for the conversion
- 2022-03-05 13:56:29下载
- 积分:1
-
how WINRAR production like the same page extended file attributes, and the integ...
怎么制作像WINRAR一样的文件属性扩展页,融合COM和MFC和SHELL编程-how WINRAR production like the same page extended file attributes, and the integration of COM and MFC programming SHELL
- 2023-09-03 02:15:03下载
- 积分:1
-
以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍...
以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍历。-List in Binary for the storage structure, the establishment of binary tree, the first tree traversal, and the total number of tree nodes, the number of leaves, tree height algorithm. Queue the order of abstract data types, and implementation of chain that can be built above the level of binary tree traversal by.
- 2022-03-02 09:42:02下载
- 积分:1
-
一本难得的书,学习C++的必备书籍,我们建议教师。
一本难得的好书,学习C++必备的书籍,我们老师上课推荐。-A rare book, learning C++ Required books, we recommend teacher.
- 2022-02-04 06:27:44下载
- 积分:1
-
1.ImButton: 动态效果的按钮控件,可设置各种外观风格,鼠标感应变色,可插入位图, 并且可支持图像动画效果,也有自画事件可自己处理外观。 2.Valid...
1.ImButton: 动态效果的按钮控件,可设置各种外观风格,鼠标感应变色,可插入位图, 并且可支持图像动画效果,也有自画事件可自己处理外观。 2.ValidateEdit: 可限制输入内容的输入框, BCB 自带的 TMaskEdit 有很多不方便的地方 我仍然怀念没有 Builder 之前的 Borland C++ 中的 ValidateEdit, 可限制输入整数、 浮点数、或者自己任意规定输入限制,比如数字、字符、汉字、符号等。 3.UrlLabel: 可实现超级链接的标签控件,只要填好属性就可以了,支持鼠标感应变色。 4.YbUpDownEdit: 有上下箭头可以调整数值大小的输入框 可限制调整范围, 最大调整范围:-9223372036854775808 ~ +9223372036854775807 5.YbBackImage: 背景位图,可以加入一个小位图平铺显示,也可以拉伸放缩等 6.VictorPanel: 透明效果的 Panel、可以设置背景,支持平铺、拉伸缩放、居中等 7.YbRichEdit: 测试版的控件,可以改变外观效果 (边框和滚条)-1.ImButton : Dynamic effects of button controls, can be set to various exterior style, mouse sensors change color bitmap can be inserted, and will support image animation effects, but also a self-portrait incidents themselves appearance. 2.ValidateEdit : to limit the importation of content input box, BCB"s own TMaskEdit many inconvenient places, I still miss not Builder before the Borland C ValidateEdit, to limit the importation of integers, floats, or importing their own arbitrary restrictions, such
- 2022-08-06 04:07:39下载
- 积分:1