-
C++ An MD5 encryption algorithm. The need for encryption interface very useful
C++的一个MD5加密算法。对需要加密的接口非常有用的-C++ An MD5 encryption algorithm. The need for encryption interface very useful
- 2022-02-13 20:18:58下载
- 积分:1
-
各种加密算法合集,是研究加密算法最好的资料。
各种加密算法合集,是研究加密算法最好的资料。-A variety of encryption algorithms Collection, is to study the best data encryption algorithm.
- 2022-07-05 05:00:09下载
- 积分:1
-
的算法的源代码
DES算法源代码-DES algorithm source code
- 2023-03-06 03:30:04下载
- 积分: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
-
frey map chaotic random sequence of MATLAB generated source
frey map混沌随机序列的MATLAB产生源程序-frey map chaotic random sequences generated source MATLAB -frey map chaotic random sequence of MATLAB generated source-frey map chaotic random sequences generated source MATLAB
- 2023-02-28 06:15:03下载
- 积分:1
-
提供服务端登陆验证程序(验证码随机改变,防止非法进入);
提供服务器控制程序,管理员可以允许、屏蔽和删除一个注册用户的登陆客户端;
任何改变访问地点...
提供服务端登陆验证程序(验证码随机改变,防止非法进入);
提供服务器控制程序,管理员可以允许、屏蔽和删除一个注册用户的登陆客户端;
任何改变访问地点的行为,都必须得到管理员的授权,否则无法登陆系统;
即使知道其他用户的密码也不能登陆系统。-provide certification services-landing procedures (Random Verification code change to prevent illegal entry); Provide server control procedures, administrators can allow, shielding and delete a user"s landing client; Any change in location of the visit have to be authorized administrators, whether while not landing systems; even if they know the password for other users can not landing system.
- 2022-02-06 22:11:41下载
- 积分: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
-
椭圆曲线加密算法源代码,用VC++编写,很好的东西
椭圆曲线加密算法源代码,用VC++编写,很好的东西-Elliptic curve encryption algorithm source code, using VC to prepare, good things
- 2022-05-19 21:40:37下载
- 积分:1
-
一个非常好的ASE代码,通过实验证明能编译通过
一个非常好的ASE代码,通过实验证明能编译通过-A perfect AES program code, and it can be run after translation and edition.
- 2022-12-08 08:50: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