-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1
-
base64 decoding base64 decoding
base64解码 -base64 decoding base64 decoding
- 2022-01-25 19:34:46下载
- 积分: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-06-13 11:35:05下载
- 积分:1
-
国密SM2非对称算法实现
基于Openssl算法库实现的SM2算法。实现数字签名和密钥交换,
公钥加密没有实现。全部源代码,需要Openssl库⽀支持,VC⼯工程。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-04-24 07:20:44下载
- 积分:1
-
IBE基于身份的加密系统的系统叁数程序,使用VC6.0开发
IBE基于身份的加密系统的系统叁数程序,使用VC6.0开发-IBE identity-based encryption system of systems Triple the number of procedures, the use of VC6.0 Development
- 2022-06-17 17:57:01下载
- 积分:1
-
vc++编写的eky算法源码。 1、 用户确认eKey被锁定(使用“eKey测试”工具测试,显示错误代码为-9,则表示eKey被锁定)。...
vc++编写的eky算法源码。 1、 用户确认eKey被锁定(使用“eKey测试”工具测试,显示错误代码为-9,则表示eKey被锁定)。-vc eky prepared by the algorithm source code. 1, the user mounts lock ( "CPU test" tests show that error code to-9, then the MPC lock).
- 2022-06-19 16:03:43下载
- 积分:1
-
转载这里的外国函数,可以将任意字符转换为…
此为国外转载函数,可将任意字符转换为md5 16为字符加密形式,而且为不可逆转换。-reproduced here for foreign functions, arbitrary characters can be converted to 16 md5 encrypted form of characters, but also to irreversible change.
- 2022-02-14 16:21:10下载
- 积分:1
-
frey map chaotic random sequence of MATLAB generated source
frey map混沌随机序列的MATLAB产生源程序-frey map chaotic random sequences generated source MATLAB -frey map chaotic random sequence of MATLAB generated source-frey map chaotic random sequences generated source MATLAB
- 2023-02-28 06:15:03下载
- 积分:1
-
这是一个加密算法,我自己也看不懂,发上来大家看一下
这是一个加密算法,我自己也看不懂,发上来大家看一下-This is an encryption algorithm, I, for one can not read, the U.S. authorities to look at
- 2023-05-01 20:50:03下载
- 积分:1
-
DES加密算法及有关说明(HTM)
DES加密算法及有关说明(HTM)-DES encryption algorithm and the (HTM)
- 2022-02-02 19:39:09下载
- 积分:1