-
MD5文件签名算法的另一个实现
MD5文件签名算法的另一个实现-MD5 algorithm to achieve another
- 2023-06-29 10:00:04下载
- 积分: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
-
pgpencrypt.rar
pgpencrypt.rar
- 2023-06-18 19:35:04下载
- 积分:1
-
检查行动循环CRC5代码生成、数据校验、数据纠错码…
CRC5循环校验法代码生成,数据校验,数据纠错等功能函数代码-Check Act cycle CRC5 code generation, data checking, data error correction code such as function
- 2022-02-13 06:01:10下载
- 积分:1
-
des数据加密算法原理与实现。
des数据加密算法原理与实现。-des Data Encryption Algorithm Theory and Implementation.
- 2022-05-28 18:15:06下载
- 积分:1
-
bmp图像的加密
bmp图像的加密-bmp image encryption
- 2022-01-26 05:19:09下载
- 积分:1
-
DES加密算法的Visual C++实现
DES加密算法的Visual C++实现-DES encryption algorithm Visual C++ Realize
- 2022-07-11 23:52:58下载
- 积分:1
-
密码大家Shoup写的数论算法c语言实现,Unix版本
密码大家Shoup写的数论算法c语言实现,Unix版本-password you write the number theory algorithm c language, the Unix version
- 2022-03-29 18:22:09下载
- 积分:1
-
md5例程 主要可以通过程序了解md5如何加密,在编程是可以直接借用。...
md5例程 主要可以通过程序了解md5如何加密,在编程是可以直接借用。-md5 routines mainly through the process to understand how md5 encryption, in the programming can be borrowed directly.
- 2022-07-17 20:36:37下载
- 积分:1
-
ProGuard5.2.1含源代码,完全可编译执行
Proguard是强大的Java字节码混淆器,含有源代码,可以根据自己需求修改编译。满足自身需求。
也可以作为爱好者自学的好材料。
- 2022-01-26 03:52:01下载
- 积分:1