-
这是一个加密文件的程序,
这是一个加密文件的程序,-This is a document encryption procedures,
- 2022-04-08 04:47:34下载
- 积分:1
-
LZW字典编解码
LZW编码是围绕称为词典的转换表来完成的。这张转换表用来存放称为前缀(Prefix)的字符序列,并且为每个表项分配一个码字(Code word),或者叫做序号。这张转换表实际上是把8位ASCII字符集进行扩充,增加的符号用来表示在文本或图像中出现的可变长度ASCII字符串。扩充后的代码可用9位、10位、11位、12位甚至更多的位来表示。
- 2023-06-26 06:05:04下载
- 积分: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
-
1: 注册系统热键(还有自定义消息函数)
2:托盘图标的简单建立
3:选择文件夹的对话框
4:打开和关闭一应用程序(打开进程)
5:对文件的超简...
1: 注册系统热键(还有自定义消息函数)
2:托盘图标的简单建立
3:选择文件夹的对话框
4:打开和关闭一应用程序(打开进程)
5:对文件的超简单读和写
6:找到程序自己所在的路径
7:包含列举所有进程-1 : Registration System hotkeys (and the news function from the definition) 2 : Icon in the establishment of three simple : choose the folder dialog 4 : Open and close one application (open process) 5 : Ultra-right paper and write a simple 6 : procedures to find the path where 7 : The list contains all the processes
- 2022-08-03 05:55:31下载
- 积分:1
-
时域LSB隐藏算法,实现随机信息隐藏到载体图片内,并界附带提取信息代码...
时域LSB隐藏算法,实现随机信息隐藏到载体图片内,并界附带提取信息代码-LSB hidden time-domain algorithm, the realization of random information hidden within the picture carrier, and industry code attached to extract information
- 2023-03-10 16:45:03下载
- 积分:1
-
得到大素数的算法的Pascal源码
得到大素数的算法的Pascal源码 - Obtains the big prime number the algorithm Pascal source code
- 2022-10-18 00:15:03下载
- 积分:1
-
B-M算法(获取最小生成01比特串的本原多项式)
对于简单的由单一的线性移位寄存器,获得一串01比特序列,通过BM算法可以得到生成此01比特串的最小线性多项式(在二元域上)。
- 2022-03-20 23:41:03下载
- 积分:1
-
Java environment of the four classical encryption algorithm, displacement, affin...
JAVA环境下的四种古典加密算法,移位,仿射,维吉尼亚,置换
详细的WORD设计文档,里面包含源码和运行程序截图-Java environment of the four classical encryption algorithm, displacement, affine, Virginia, WORD replacement detailed design document, which contains the source code and operating procedures screenshots
- 2022-08-04 02:38:10下载
- 积分: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
-
加密与解码――密码技术剖析与实战应用中的一个例子
加密与解码――密码技术剖析与实战应用中的一个例子-encryption and decryption-- Password Technology Analysis and real application of an example
- 2022-03-24 10:53:59下载
- 积分:1