-
vb写的rsa加密算法
vb写的rsa加密算法-vb wrote rsa encryption algorithm
- 2022-08-17 07:48:35下载
- 积分:1
-
has160哈希函数。用散列的方法将明文处理达到加密的效果。
has160哈希函数。用散列的方法将明文处理达到加密的效果。
- 2022-11-21 02:50:02下载
- 积分: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-01-22 15:25:03下载
- 积分:1
-
这是一个好用的MD5的C++类;这个类可以加在控制台
程序中也可用在MFC中, 并且提供了详细的错误处理
函数,是一个安全的类。例程是一个MD5的MFC...
这是一个好用的MD5的C++类;这个类可以加在控制台
程序中也可用在MFC中, 并且提供了详细的错误处理
函数,是一个安全的类。例程是一个MD5的MFC程序,
支持字符串和文件两种输入。-This is an easy to use the MD5 of the C++ Category this category can be added to the console program can also be used in MFC, and it provides a detailed error handling function, is a safe type. MD5 is a routine procedure of MFC to support the two input strings and documents.
- 2023-03-13 04:15:03下载
- 积分:1
-
以前发的那个只实现了SHA
以前发的那个只实现了SHA-1, 现在补全了,
sha-160, sha-224, sha-256, sha-384, sha-512-Previously issued only to realize that the SHA-1, is now a complete, sha-160, sha-224, sha-256, sha-384, sha-512
- 2023-09-06 02:25:03下载
- 积分:1
-
DES算法的加密过程
代码详细的将DES算法的加密过程描述详细,通过MFC进行界面化操作,整体界面良好,具有很强的可读性和很好的独立性,突出了C++的封装型和继承性的有点,值得参考。。。。。。。。。。。。。。。。
- 2022-03-02 19:52:45下载
- 积分:1
-
高级加密标准AES优胜算法Rijndael c语言源代码。
高级加密标准AES优胜算法Rijndael c语言源代码。-Advanced Encryption Standard algorithm Rijndael winning c language source code.
- 2022-03-26 03:03:41下载
- 积分:1
-
一种通过判断网卡地址来控制软件使用期限的算法,简单有效。...
一种通过判断网卡地址来控制软件使用期限的算法,简单有效。-Address of a card through the control software to determine the use of time algorithms, simple and effective.
- 2022-02-21 13:58:12下载
- 积分:1
-
C language used to write the URL encoding also base64 encoding
用C语言编写的URL编码也是base64编码
- 2022-04-21 19:19:26下载
- 积分:1
-
base64码转换程序,不够完善
base64码转换程序,不够完善-base64 code conversion, not perfect
- 2022-06-13 20:14:40下载
- 积分:1