-
/* 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-01-22 15:25:03下载
- 积分:1
-
Using RCS to do file encryption source code, VC environment. Package consists of...
采用RCS做文件加密的源程序代码,VC环境。包含两个文件包,里面的Readme有详细介绍。-Using RCS to do file encryption source code, VC environment. Package consists of two documents, which detailed the Readme.
- 2022-06-12 14:50:27下载
- 积分:1
-
古典加密算法,非常实用,有需要的可以下载,不需权限
古典加密算法,非常实用,有需要的可以下载,不需权限-this code is very good
- 2022-05-15 15:01:18下载
- 积分:1
-
在Visual C++ 6.0下利用Rijndael算法进行任意文件加密,一个rijndael加密算法的使用实例,虽然图形界面做得比较粗糙,但是程序本身有很多值...
在Visual C++ 6.0下利用Rijndael算法进行任意文件加密,一个rijndael加密算法的使用实例,虽然图形界面做得比较粗糙,但是程序本身有很多值得参考和学习的地方- 6.0 carries on the free document encryption in Visual C using
the Rijndael algorithm, a rijndael encryption algorithm use example,
although the graphical interface does quite roughly, but procedure
itself has the very multiple-valued reference and the study place
- 2022-01-31 21:53:39下载
- 积分:1
-
DES encryption algorithm some explanations
DES 加密算法的一些说明-DES encryption algorithm some explanations
- 2022-07-06 13:16:42下载
- 积分:1
-
这是一个加密文件的程序,
这是一个加密文件的程序,-This is a document encryption procedures,
- 2022-04-08 04:47:34下载
- 积分:1
-
加密算法,java上的加密算法,对大家应该用帮助的一个加密算法。...
加密算法,java上的加密算法,对大家应该用帮助的一个加密算法。-encryption algorithm, java on the encryption algorithm, we should be used to help an encryption algorithm.
- 2022-02-11 21:53:59下载
- 积分:1
-
des数据加密标准算法描述
des数据加密标准算法描述-des data encryption standard algorithm description
- 2022-12-18 14:20:02下载
- 积分:1
-
RSA public key encryption, using C to achieve, we can refer to
RSA公钥加密,用C实现,大家可以参考一下-RSA public key encryption, using C to achieve, we can refer to
- 2022-01-26 02:48:37下载
- 积分:1
-
AES Crypto PIC Code Example
AES Crypto PIC Code Example
- 2022-03-04 05:57:43下载
- 积分:1