-
AES128bit加密算法。在PDF文档中有详细算法描述。程序打印出的内容为验证结果。对应文档中的33...
AES128bit加密算法。在PDF文档中有详细算法描述。程序打印出的内容为验证结果。对应文档中的33-34页最左侧的结果。不清楚的朋友可以给我发EMAIL.-AES128bit encryption algorithm. Has the detailed algorithm
description in the PDF documents. The procedure prints content for
confirmation result. In corresponding documents 33-34 page of most
left side result. Not the clear friend may to me send EMAIL.
- 2022-12-28 09:15:03下载
- 积分:1
-
elgamal 签名
应用背景专注于满足安全问题结合RSA算法和对称密钥加密的基础上增强ElGamal算法数字签名方案。该方案是通过合并整数因子分解问题和离散对数问题。由于它提供了更好的计算速度和吞吐量比现有的rsa-elgamal算法。关键技术 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;及 ; ; ; ; ; ; ; ; ; ; ; ; ;提出的方案ElGamal型方案,使它的重点从原来的方案不同生成和加密解密过程。在这种技术中我们使用了两个单独的文件,用于加密文件和二签署消化消息。我们使用对称密钥加密增强ElGamal密码
- 2022-03-18 23:07:16下载
- 积分:1
-
This code is for encrypt a String using Vignere method.
This code is for encrypt a String using Vignere method.
- 2023-02-14 03:25:02下载
- 积分:1
-
这是一个易于使用的MD5算法的C++类,这个类可以添加技术。
这是一个好用的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 the MFC and to provide a detailed error handling function, is a type of security. MD5 is a routine procedure of MFC, and documentation to support two types of input string
- 2022-02-06 23:27:33下载
- 积分:1
-
使用vb的方法加密文本
使用vb的方法加密文本-use of encryption text
- 2022-04-25 01:04:50下载
- 积分:1
-
支付宝接口调用
这是一个jsp的的项目。用于支付宝接口开发的MD5加密算法,详细的内容在里面 。
- 2022-02-01 23:48:59下载
- 积分:1
-
使用单片来进行CRC校验,可以位校验、半字节和字节校验
使用单片来进行CRC校验,可以位校验、半字节和字节校验-Using the single-chip to carry out CRC check, you can place check, half-byte and byte checksum
- 2022-06-02 13:33:20下载
- 积分:1
-
128,192,256bit 高级标准算法
AES是一种新的加密标准,它是分组加密算法,分组长度为128位,密钥长度为128bit、192bit、256bit三种,分别成为AES-128、AES-192、 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-25 12:15: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
-
通过对OpenSSL对称密码算法函数的调用,实现常用的对称加密。这个工具主要的功能已经实现,而且还可以对大文件进行加密,可能效率上还需进一步完善,因为对大文件加...
通过对OpenSSL对称密码算法函数的调用,实现常用的对称加密。这个工具主要的功能已经实现,而且还可以对大文件进行加密,可能效率上还需进一步完善,因为对大文件加密时,太差劲的电脑会感觉有点卡!另外,它还可以对电影加密,不妨一试。-Symmetric cryptographic algorithm through OpenSSL function calls to achieve common symmetric encryption. The main function of this tool has been achieved, but also can encrypt large files, you may need to further improve efficiency, because the large file encryption, too bad the computer will be felt Dianka! In addition, it can encrypt the film, worth a try.
- 2022-01-26 02:05:23下载
- 积分:1