-
本代码实现一个保留加密方案(计划)。
this code implement an Order Preserving Encryption Scheme (OPES).
- 2023-03-12 23:00:04下载
- 积分:1
-
一个用各种加密算法给文件加密的Delphi例子。为了减小文件size把执行文件去掉了。D7下编译。...
一个用各种加密算法给文件加密的Delphi例子。为了减小文件size把执行文件去掉了。D7下编译。-A full example that encript a file with many motheds.You should sompile it under D7.
- 2022-02-05 03:48:24下载
- 积分:1
-
沙
SHA-1Hash函数源码,可以对任何文件做Hash,得到的Hash值为160位。具有抗强碰撞,弱碰撞等能力。虽然王小云已经找到了个别碰撞。但在新的好的hash函数出来之前仍将被广泛使用。-SHA-1Hash function source, any document can be done right hash, the hash value of 160. Anti-collision, the weak capabilities of the collision. Although Bruce Schneier, had found individual collisions. But the new good hash function will be out before widespread use.
- 2023-06-21 07:50:03下载
- 积分:1
-
Rijndael算法源代码
Rijndael算法源代码-Rijndael algorithm source code
- 2022-02-22 07:05:47下载
- 积分:1
-
TTrialSoftware PRO是TTrialSoftware的增强版(源代码,需注册)控件价格:$35,源代码价格:275。工作在:CB5 D5。作者:M...
TTrialSoftware PRO是TTrialSoftware的增强版(源代码,需注册)控件价格:$35,源代码价格:275。工作在:CB5 D5。作者:Martin。-TTrialSoftware PRO is an enhanced version of TTrialSoftware (source code, to be registered) control Price: $ 35, the source code Price: 275. Working in: CB5 D5. Author: Martin.
- 2022-08-05 20:27:23下载
- 积分:1
-
I found five des algorithm.
我找到的5个des算法。-I found five des algorithm.
- 2022-03-09 08:53:07下载
- 积分:1
-
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http...
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )-/* RSA Demo version 1.0* Copyright (C) 2004 Zhao Chunsheng 2004.04.25*** http://timw.126.com http://timw.yeah.net* The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual.* P, Q, N, D, E use RSATool2 generation.*/Compiler Tip : 1 : Project-Settings- Settings For (All Configuration)- C/C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h"# include "mirdef.h")# pragma
- 2023-06-13 11:35:05下载
- 积分:1
-
该源码描述了DES加密算法的硬件语言实现方式
该源码描述了DES加密算法的硬件语言实现方式-The source described the hardware DES encryption algorithm realize the way language
- 2022-03-12 23:50:16下载
- 积分:1
-
RSA,MD5的Visual C++源代码v1.2
RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001-RSA MD5 VISUAL C++ SOURCE CODE v1.2- Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to- see the source code for details.Released November 2001
- 2022-01-27 11:45:11下载
- 积分: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