-
RSA public key encryption, using C to achieve, we can refer to
RSA公钥加密,用C实现,大家可以参考一下-RSA public key encryption, using C to achieve, we can refer to
- 2022-01-26 02:48:37下载
- 积分:1
-
有多种加密算法,如:字节取反、循环异或、码变换法、CSED、D3DES。...
有多种加密算法,如:字节取反、循环异或、码变换法、CSED、D3DES。-There are a variety of encryption algorithms, such as: anti-byte check, recycling XOR, code transformation, CSED, D3DES.
- 2023-07-22 06:25:03下载
- 积分:1
-
MD5算法器,是一个非常实用简单的MD5算法器,用来加密,在公司用的很多,上次一同事向我要...
MD5算法器,是一个非常实用简单的MD5算法器,用来加密,在公司用的很多,上次一同事向我要-MD5 algorithm, and is a very useful device simple MD5 algorithm for encryption, the company used many of my colleagues told me the last one to
- 2022-02-21 02:58:00下载
- 积分:1
-
des,c环境下的,希望站长早日通过,贵站的宝贵资料对于我的学习有很大的帮助,感谢!
des,c环境下的,希望站长早日通过,贵站的宝贵资料对于我的学习有很大的帮助,感谢!-des, under the c environment, hoped stationmaster soon will
pass, the expensive station precious material will have the very big
help regarding mine study, the thanks!
- 2022-12-03 20:20:02下载
- 积分:1
-
use an iterative equation Xn Asin2 = (Xn
使用迭代方程Xn+1=Asin2(Xn-XB)生成混沌序列{Xi},需输入A和Xb值,不同的值产生不同的加密效果,但是仅在混沌区内的加密效果最好。在Microsoft Visual Studio .NET 2003上调试成功,用C++语言编写-use an iterative equation Xn Asin2 = (Xn- XB) generated chaotic sequence (Xi) need input A and isolate value, different values in different encryption effect, but only in the chaotic region of encryption is the best. In Microsoft Visual Studio.NET 2003 Debugger success C Language
- 2022-02-03 07:25:44下载
- 积分: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
-
实现移位密码(扩展凯撒密码),用键盘接收明文和密钥,屏幕打印密文。...
实现移位密码(扩展凯撒密码),用键盘接收明文和密钥,屏幕打印密文。-Achieve translocation password (Extension Caesar password), use the keyboard to receive explicit and key, screen printing ciphertext.
- 2022-03-19 19:17:45下载
- 积分:1
-
Base64算法C++实现
Base64算法C++实现
Base64算法C++实现
Base64算法C++实现-Base64 algorithm C++ Achieve Base64 algorithm C++ Achieve
- 2022-10-11 00:05: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-06-13 11:35:05下载
- 积分:1