-
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
-
将密钥添加到文件尾部的例子
将密钥添加到文件尾部的例子- Increases the key to the document rear part example
- 2022-03-13 10:49:16下载
- 积分:1
-
孙子定理和算法的逆模型
孙子定理及求模求逆算法-grandchildren theorem and inverse model for Algorithm
- 2022-02-02 17:15:36下载
- 积分:1
-
用C++写的Serv
用C++写的Serv-U的加密算法,很有参考价值-C wrote Serv-U encryption algorithm, great reference value
- 2022-04-23 10:23:40下载
- 积分:1
-
编程中获得会话密钥匙非常重要的
MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。
本文下面介绍的这个方法不仅更快而且更有效...
编程中获得会话密钥匙非常重要的
MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。
本文下面介绍的这个方法不仅更快而且更有效
-Programming cryptographic key conversation was very important MSDN demonstrated a method of using the private key. But in Microsoft"s MSDN examples longer. Presented below is the method not only faster and more effectively
- 2022-07-18 14:03:15下载
- 积分:1
-
分组密码算法,可用于文件加密
该算法设计者是著名的华人密码学家来学嘉教授...
分组密码算法,可用于文件加密
该算法设计者是著名的华人密码学家来学嘉教授-Block cipher algorithm, can be used for file encryption algorithm designed by the famous Chinese cryptographer to Xuejia Professor
- 2023-03-08 03:20:02下载
- 积分:1
-
Base64 加密算法(Author 蒋柏良 Jerry Jiang)
Base64 加密算法(Author 蒋柏良 Jerry Jiang)-*
* DESCRIPTION
* Base64 processes input in 24bit chunks by converting each chunk into 4
* bytes of output. It does so by splitting input into four 6bit groups and
* using these as indexes in the following substitution table-
* const char base64_map[] =
* "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
* "abcdefghijklmnopqrstuvwxyz"
* "0123456789+/"
* If an input is not a multiple of 3 bytes, it s padded with zeros. In
* this case the output bytes that consist entirely of the pad data are
* replaced with = .
*
* Example
* An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010
* bit sequence, which s then split into 000000 000100 010111 110010
* and these are substituted to produce the following base64 encoding
* A E X y
*
* RETURN VALUE
* b64_length() should return output length for the input of len bytes.
* b64_encode() should encode len bytes from src int
- 2022-07-18 16:55:26下载
- 积分: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
-
TSecurity提供登陆/注销/修改口令的控件。(有源代码)工作在:D1 D2 D3 D4 D5。作者:Ma Jun...
TSecurity提供登陆/注销/修改口令的控件。(有源代码)工作在:D1 D2 D3 D4 D5。作者:Ma Jun-TSecurity provide landing/cancellation/Modify password controls. (Source code) work: D1 D2 D3 D4 D5. Author: Ma Jun
- 2023-03-31 17:45:04下载
- 积分:1
-
JAVA开发的,使用RSA,MD5开发的简单数字签名软件,可以用来对文件和消息做数字签名。...
JAVA开发的,使用RSA,MD5开发的简单数字签名软件,可以用来对文件和消息做数字签名。 -JAVA development, the use of RSA, MD5 developed a simple digital signature software, can be used for documents and information to do a digital signature.
- 2023-03-16 05:15:03下载
- 积分:1