-
MD5 algorithm ASP. It MD4 increase on the basis of "safety
MD5算法的ASP实现. 它在MD4的基础上增加了"安全-带子"(Safety-Belts)的概念。虽然MD5比MD4稍微慢一些,但却更为安全。MD5也为一种非常优秀的中间技术。-MD5 algorithm ASP. It MD4 increase on the basis of "safety-belt" (Safety-Belts) concept. Although MD5 than MD4 slightly slower, but more secure. MD5 also as a very good intermediate technology.
- 2022-03-04 18:53:28下载
- 积分:1
-
字符串模糊查询
字符串模糊查询
字符串模糊查询
字符串模糊查询-Fuzzy query string string Fuzzy Query
- 2022-10-03 10:55:03下载
- 积分:1
-
spear and shield the contest (2)
矛与盾之争(二)——CRC原则部分
- 2022-01-28 18:36:55下载
- 积分:1
-
用c++(Crypto++)实现的,基于ecc的序列号生成代码,包含测试数据,和ECDSA文档...
用c++(Crypto++)实现的,基于ecc的序列号生成代码,包含测试数据,和ECDSA文档-Using c (Crypto++) Realize, based on the serial number of ecc generated code, including test data, and documents ECDSA
- 2022-01-28 04:00:36下载
- 积分:1
-
MD5 VC a good class, everyone welcomes the use of
一个很好的MD5 VC类, 欢迎大家使用-MD5 VC a good class, everyone welcomes the use of
- 2022-05-08 04:28:36下载
- 积分:1
-
With c++ Achieve affine password, I was DevC++ In running, it should be in Visua...
用c++实现仿射密码,我是在DevC++中跑的,应该在VisualC++中也行-With c++ Achieve affine password, I was DevC++ In running, it should be in VisualC++ Also line
- 2022-08-02 19:19:58下载
- 积分:1
-
DES algorithm procedures can be used DOS, Windows, UNIX and LINUX as the platfor...
DES算法实现程序,可用于DOS、WINDOWS、UNIX、LINUX等各平台。-DES algorithm procedures can be used DOS, Windows, UNIX and LINUX as the platform.
- 2023-08-19 20:15:02下载
- 积分:1
-
DES encryption algorithm examples of a
DES加密算法实例1-DES encryption algorithm examples of a
- 2022-03-14 07:46:47下载
- 积分:1
-
为歌手投票:1、检测出最高分和最低分,然后求出平均分
2、计算各个评委的打分与平均分的差的绝对值,绝对值大的为“差评委”,小的为“好评委”。
在求出最大...
为歌手投票:1、检测出最高分和最低分,然后求出平均分
2、计算各个评委的打分与平均分的差的绝对值,绝对值大的为“差评委”,小的为“好评委”。
在求出最大值和最小值时还要捕获数组b的下标,即得到评委的序号-Vote for the singers: 1, detected the highest points and lowest points, and then calculated the average sub-2, calculation of all the judges scoring with an average score of poor in absolute terms, the absolute value of big is
- 2022-02-20 11:00:37下载
- 积分:1
-
LZW字典编解码
LZW编码是围绕称为词典的转换表来完成的。这张转换表用来存放称为前缀(Prefix)的字符序列,并且为每个表项分配一个码字(Code word),或者叫做序号。这张转换表实际上是把8位ASCII字符集进行扩充,增加的符号用来表示在文本或图像中出现的可变长度ASCII字符串。扩充后的代码可用9位、10位、11位、12位甚至更多的位来表示。
- 2023-06-26 06:05:04下载
- 积分:1