-
生成大素数并检验以及生成RSA1024位公钥子程序,不使用库文件,源代码公开,清晰有注释...
生成大素数并检验以及生成RSA1024位公钥子程序,不使用库文件,源代码公开,清晰有注释-Generate large prime numbers and testing, and to generate RSA1024-bit public key subroutine, do not use library files, source code is open, clear and annotated
- 2022-08-07 10:56:08下载
- 积分:1
-
完全解决了中文问题
完全解决了中文问题- Completely has solved Chinese problem
- 2022-08-12 14:56:35下载
- 积分:1
-
实现md5的算法。 实现md5的算法。
实现md5的算法。 实现md5的算法。-The realization of md5 algorithms. The realization of md5 algorithms.
- 2022-10-24 21:35:03下载
- 积分:1
-
MD5加密 MD5加密
MD5åŠ å¯† MD5åŠ å¯†-MD5 encryption MD5 encryption MD5 encryption
- 2022-10-26 01:45:03下载
- 积分: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
-
二维码识别
随着二维码的不断发展,生活中有越来越多的二维码识别程序,本程序识别典型的二维码,为本人课程设计时写的代码,在识别时仅识别典型的二维码。
- 2022-06-20 01:15:19下载
- 积分: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
-
AES加密算法
2000年10月,NIST(美国国家标准和技术协会)宣布通过从15种侯选算法中选出的一项新的密匙加密标准。Rijndael被选中成为将来的A...
AES加密算法
2000年10月,NIST(美国国家标准和技术协会)宣布通过从15种侯选算法中选出的一项新的密匙加密标准。Rijndael被选中成为将来的AES。 Rijndael是在 1999 年下半年,由研究员 Joan Daemen 和 Vincent Rijmen 创建的。AES 正日益成为加密各种形式的电子数据的实际标准。
美国标准与技术研究院 (NIST) 于 2002 年 5 月 26 日制定了新的高级加密标准 (AES) 规范。-AES encryption algorithm in October 2000, NIST (National Institute of Standards and Technology Association) announced candidates from 15 kinds of algorithm selected a new encryption standard keys. Rijndael was selected to become the future of the AES. Rijndael is the second half of 1999, by researcher Joan Daemen and Vincent Rijmen created. AES encryption is increasingly becoming the various forms of de facto standard for electronic data. United States Institute of Standards and Technology (NIST) in May 26, 2002 developed a new Advanced Encryption Standard (AES) norms.
- 2022-09-23 16:55:03下载
- 积分:1
-
OPT一次性动态口令验证算法。根据动态支持TOTP和HOTP验证。
OPT一次性动态口令验证算法。根据动态支持TOTP和HOTP验证。-A one-time dynamic password authentication algorithm OPT. According to dynamic support for TOTP and HOTP authentication.
- 2022-09-14 03:40: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