-
/* 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
-
数字证书处理程序
数字证书处理程序-procedures for handling digital certificates
- 2022-08-26 11:40:15下载
- 积分:1
-
加密pe文件源代码!一个非常好的加壳程序源代码!编译环境masm
加密pe文件源代码!一个非常好的加壳程序源代码!编译环境masm-pe document encryption source code! A very good worm source code! Build environment can
- 2023-01-11 03:55:04下载
- 积分:1
-
一个简单的cpp程序,接收一个文件,没有一点
A simple cpp program, that receives a file, does a bit-wise "not" for every character, and adds "not" to the extension. Repeated running does the same and removes the "not" from extension. This a "pseudo-encryption", but very useful to avoid automated filtering software. This way it is possible to send "exe" files (or anything else) without the emails being blocked... First - send the source code, have your (enlightened) recipient compile it, then send the "notted" file.
The code is not very efficient though, I only had 30 minutes to invest... :)-A simple cpp program, that receives a file, does a bit-wise "not" for every character, and adds "not" to the extension. Repeated running does the same and removes the "not" from extension. This is a "pseudo-encryption", but very useful to avoid automated filtering software. This way it is possible to send "exe" files (or anything else) without the emails being blocked... First - send the source code, have your (enlightened) recipient co
- 2022-08-10 05:54:26下载
- 积分:1
-
图中加密应用程序的实现
Cryptography application implement in PIC
- 2022-03-21 16:29:21下载
- 积分:1
-
含有常用的一些加密标准算法实现
含有常用的一些加密标准算法实现- Includes the commonly used some encryption standard algorithms
to realize
- 2022-03-13 00:19:15下载
- 积分:1
-
VC++编写的DES算法查看器源代码,DES算法目前应用已十分广泛,本程序的主要功能是在查看DES加密过程中生成的Ki,Li,Ri,Fi,Si等,可以当做一个D...
VC++编写的DES算法查看器源代码,DES算法目前应用已十分广泛,本程序的主要功能是在查看DES加密过程中生成的Ki,Li,Ri,Fi,Si等,可以当做一个DES加密对照器,从而方便的发现你在加密过程中出现的错误,以便于你快速做出反应
-DES Algorithm
- 2022-04-08 18:38:19下载
- 积分:1
-
c++的基于openssl实现的简单aes文件加密类
c++的基于openssl实现的简单aes文件加密类
-c++ realize openssl based on a simple type of file encryption aes
- 2022-02-06 15:02:34下载
- 积分:1
-
Base64编码
base64编码-base64 encoding
- 2022-02-22 06:13:05下载
- 积分:1
-
二维码识别
随着二维码的不断发展,生活中有越来越多的二维码识别程序,本程序识别典型的二维码,为本人课程设计时写的代码,在识别时仅识别典型的二维码。
- 2022-06-20 01:15:19下载
- 积分:1