-
RSA MD5 Message Digest rsa md5 news digest algorithm, VC, for your reference
RSA MD5 Message Digest rsa md5消息摘要算法,VC实现,供大家参考-RSA MD5 Message Digest rsa md5 news digest algorithm, VC, for your reference
- 2023-08-30 00:45: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-01-22 15:25:03下载
- 积分:1
-
应用程序向导创建了这个cngcryptfile应用
The application wizard has created this CNGCryptFile application for
you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.
- 2022-03-22 01:12:10下载
- 积分:1
-
Openssl optimized encryption and decryption engine, development environment for...
Openssl优化的加解密引擎,开发环境为嵌入式使用,很容易移植!
- 2023-04-23 06:45:04下载
- 积分:1
-
Vigenere
说明: 使用维吉尼亚矩阵进行对明文的加密以及解密。(Vigenere matrix is used to encrypt and decrypt plaintext.)
- 2019-04-11 18:26:45下载
- 积分:1
-
39.3
说明: 编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。
加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文“the result of 3 and 2 is not 8” 结果为:
(Programming, the input line character output in an encrypted form, and then decrypted, the decrypted text sequence of characters compared with the input, output to decrypt the body of the agreement, otherwise the decryption failed. Encryption, ascii code of each character in turn repeatedly with " 4962873" in the figures, and 32 (' ' )~ 122 (' z' ) as a model between the operations. Decryption and encryption in reverse order. For example, enter the text " the result of 3 and 2 is not 8" results:)
- 2011-04-05 08:43:48下载
- 积分:1
-
Base64编码和解码的C小调的简单加密编码功能的窝…
Base64 encoding and decoding functions coded in c sharp for simple encryption works. Also source code for increasing speed of asp.net apps by combining javascripts.
- 2023-03-02 20:40:03下载
- 积分:1
-
c++ to write the md5 encryption algorithm, easy to transplant md5 encryption
c++写的md5加密算法,易于移植
md5加密-c++ to write the md5 encryption algorithm, easy to transplant md5 encryption
- 2022-06-19 07:25:14下载
- 积分:1
-
373465435
基于VB的M5数学密码算法源码,有需要的就下载吧。(VB-based M5 mathematical algorithm source code, there is a need to download it.)
- 2013-08-13 23:07:29下载
- 积分:1
-
PCSC通讯例程
使用PSCS的API接口操作CPU卡, ISO7816 T=0 协议,标准PCSC函数,CPU卡指令测试。使用PSCS的API接口操作CPU卡, ISO7816 T=0 协议,标准PCSC函数,CPU卡指令测试。使用PSCS的API接口操作CPU卡, ISO7816 T=0 协议,标准PCSC函数,CPU卡指令测试。
- 2022-07-02 17:43:32下载
- 积分:1