-
/* 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
-
MIME base64 简单的编解码,主要用于学习之用
MIME base64 简单的编解码,主要用于学习之用-A simple MIME base64 encoding and decoding.
- 2022-05-13 22:33:06下载
- 积分:1
-
字符串加密
字符串加密 -String encrypted string encryption
- 2022-03-23 03:00:47下载
- 积分:1
-
存UTF8格式文件
存UTF8格式文件-deposit UTF8 format
- 2022-02-21 00:46:51下载
- 积分:1
-
CPU序列号和MAC地址获取函数,适用广泛
CPU序列号和MAC地址获取函数,适用广泛-CPU serial number and MAC address access function, the application of broad
- 2022-04-10 02:12:24下载
- 积分:1
-
视觉密码
视觉密码的想法是一个迷人的发明由摩尼 Naor 和阿迪沙米尔 (1994 年)。在最简单的形式,它实现了牢不可破的 (在信息理论的感觉) 加密系统,而是类似于一次性垫,额外的转折,解密不需要任何计算设备。詹姆斯 · 邦德运载一个特别"键",其实是一种透明度以多个随机点上 ;当 M 传真债券秘密消息,它太组成的多个随机点债券只在密文的地方他的透明度并读取出明文 !天才在这里的脑卒中是一项技术,解释了海报,通过视觉开展的"异或"的布尔操作中"。我决定实施该系统后看到示范在一次辉煌的阿迪沙米尔本人谈话。http://www.cl.cam.ac.uk/~fms27/vck/
- 2022-03-24 21:31:36下载
- 积分:1
-
RC4 cipher
最常见的流密码RC4的visual c++实现。希望对大家有帮助。-RC4 cipher
- 2022-05-14 15:32:21下载
- 积分:1
-
StreamSec Security Library含有多种算法的控件
StreamSec Security Library含有多种算法的控件-StreamSec Security Library contains a variety of control algorithms
- 2022-06-28 18:47:44下载
- 积分:1
-
密码算法中的单向散列函数之SHA算法的C代码
密码算法中的单向散列函数之SHA算法的C代码-password algorithm for one-way hash algorithm SHA Function of C code
- 2022-02-22 10:15:44下载
- 积分:1
-
该源码包括了Java加密组件实现DES、RSA和SHA加密算法
该源码包括了Java加密组件实现DES、RSA和SHA加密算法 -The Java source code, including encryption components realize the DES, RSA and SHA encryption algorithm
- 2023-06-15 20:40:03下载
- 积分:1