-
加密API的使用例子,你可以从例子中学习
Crypto api 使用实例,可以学习的例子-Crypto api to use examples, you can learn from examples
- 2022-06-16 00:50:42下载
- 积分:1
-
MD5加密,已经封装成一个C++类,只要调用该类就可方便使用
MD5加密,已经封装成一个C++类,只要调用该类就可方便使用-This C++ class serves as a wrapper for the Message Digest 5 code described in the Internet RFC 1321.
- 2022-09-22 09: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
-
自己做的一个数据加密的程序,程序简单,可以直接使用的。...
自己做的一个数据加密的程序,程序简单,可以直接使用的。-Their own to do a data encryption procedures, the procedures simple, can be directly used.
- 2022-04-09 18:08:31下载
- 积分:1
-
MD5加密动态链接库源码
MD5加密动态链接库源码-MD5 encryption DLL source
- 2022-02-02 01:39:59下载
- 积分:1
-
It s about algorithm for caesar encode
It s about algorithm for caesar encode
- 2022-03-10 12:41:41下载
- 积分:1
-
DEC算法的C实现
DEC加密算法,信息安全类别,可以实现VC窗口验证的脚本。64位的明文输入块变为64位64位数据块按位重新组合,并把输出分为R0两部分,每部分各长
- 2022-08-15 10:32:22下载
- 积分:1
-
加密图代码
这是我的密码学算法 Algorithm. 我已经习惯了的哈希算法该算法。这种算法不是反向或解密,而且不可能。
- 2023-04-23 06:55:02下载
- 积分:1
-
s
s
- 2022-03-05 02:08:57下载
- 积分:1
-
多种对称加密算法,非对称加密算法,散列算法的库函数
多种对称加密算法,非对称加密算法,散列算法的库函数-13 hash algorithms: MD2, MD4, MD5, SHA-1, SHA-2(256, 384, 512), RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, PANAMA, TIGER
4 checksum algorithms: CRC16, CRC16C, CRC32, ADLER32
12 HMAC algorithms: MD4-HMAC, MD5-HMAC, SHA1-HMAC, SHA256-HMAC, SHA384-HMAC, SHA512-HMAC, RIPEMD128-HMAC, RIPEMD160-HMAC, RIPEMD256-HMAC, RIPEMD320-HMAC, PANAMA-HMAC, TIGER-HMAC.
- 2022-01-20 23:23:34下载
- 积分:1