-
the code can be used to encrypt your folder.
the code can be used to encrypt your folder.
- 2022-12-12 17:15:03下载
- 积分:1
-
用C写的DES加密的一个算法。是很不错的。
用C写的DES加密的一个算法。是很不错的。-Using C written by a DES encryption algorithm. Is very good.
- 2022-02-15 16:28:55下载
- 积分:1
-
密码编码学――加密方法的C与C++实现,该程序最好在VC环境下编译...
密码编码学――加密方法的C与C++实现,该程序最好在VC环境下编译-cryptographers-- encryption methods of C and C to achieve the best procedures in the VC environment compiler
- 2023-01-06 04:50:04下载
- 积分:1
-
twocrypt(2c)是一个 PoC工具,用于超狂妄者。它把两个文件加密成一个。不同的口令可以用于解译不同的变量。输出不能从单个加密文件中识别出来,并且这个工
twocrypt(2c)是一个 PoC工具,用于超狂妄者。它把两个文件加密成一个。不同的口令可以用于解译不同的变量。输出不能从单个加密文件中识别出来,并且这个工具使用一种合法的算法,这种算法本身并不意味着要隐藏任何信息。-twocrypt (2c) is a PoC tool, uses in the ultra arrogance. It
encrypts two documents. The different password may use in the solution
to translate the different variable. The output cannot from
individually encrypt in the document to distinguish, and this tool
uses one legitimate algorithm, this algorithm itself certainly did not
mean must hide any information.
- 2022-11-27 16:40:03下载
- 积分:1
-
来自putty的大数运算代码,纯C实现,移植性好,RSA的最实现
来自putty的大数运算代码,纯C实现,移植性好,RSA的最实现-Large numbers from the putty operation code, a pure C implementation, migration is good, RSA best to achieve
- 2023-05-06 00:15:02下载
- 积分:1
-
文本隐藏代码,文本隐藏代码
Text Hide codes,Text Hide codes
Text Hide codes -Text Hide codes,Text Hide codes
Text Hide codes,Text Hide codes
Text Hide codes
- 2022-11-18 20:50:04下载
- 积分:1
-
AES Crypto PIC Code Example
AES Crypto PIC Code Example
- 2022-03-04 05:57:43下载
- 积分:1
-
RC5算法的C++实现
RC5算法的C++实现-RC5 algorithm to achieve C
- 2022-10-05 00:40:04下载
- 积分:1
-
Data encryption algorithm, a very good Dongdong, a try to know.
数据加密算法,很好的东东,下了试试看就知道了。-Data encryption algorithm, a very good Dongdong, a try to know.
- 2023-01-12 07:25: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