-
blowfish 的加密算法,编程语言:Asm.
blowfish 的加密算法,编程语言:Asm.
-this is the blowfish Encryption Algorithm,writed in Asm
- 2022-04-30 23:39:33下载
- 积分:1
-
一个周期3的多表代替密码,第1个表由密钥字法产生(密钥字自拟),第2个表由洗牌法产生(注意,字母a~z与数字0~25一一对应),第三个表由公式法产生(数学公式自...
一个周期3的多表代替密码,第1个表由密钥字法产生(密钥字自拟),第2个表由洗牌法产生(注意,字母a~z与数字0~25一一对应),第三个表由公式法产生(数学公式自拟,注意它须是Z26上的一个一一变换)-a cycle of three multi-table instead of passwords, a table by key word method, (key word from the intended), Table No. 2 produced by shuffling method (note, a letter with a number of z ~ 0 ~ 25 he gathers), 3rd tables generated by the formula (from the proposed mathematical formula, it should pay attention to the Z26 is a transformation on January 1)
- 2022-01-25 14:05:08下载
- 积分:1
-
Toeplitz矩阵运算
资源描述
程序是在codeblocks平台上面调试,可实现32768码长的保密放大,保密放大后的的数值以二进制的形式输出。
运用的语言为C
- 2022-01-26 03:51:57下载
- 积分:1
-
数据加密标准
这是DES、MD5和RSA的源代码,我希望您能喜欢这段代码,它对所有这些都有帮助。这是一个用于大多数加密算法的库;
- 2022-02-04 11:17:01下载
- 积分:1
-
用VC编写的一个简单的文件加密的程序源代码
用VC编写的一个简单的文件加密的程序源代码-VC prepared by a simple document encryption source code
- 2023-08-09 19:20:03下载
- 积分:1
-
一种通过判断网卡地址来控制软件使用期限的算法,简单有效。...
一种通过判断网卡地址来控制软件使用期限的算法,简单有效。-Address of a card through the control software to determine the use of time algorithms, simple and effective.
- 2022-02-21 13:58:12下载
- 积分:1
-
crytage和RSA 64位decryptage
crytage and decryptage with rsa 64 bits
- 2022-03-28 19:12:24下载
- 积分:1
-
含有rc2、rc4、rc5、rc6算法的rc算法集合
含有rc2、rc4、rc5、rc6算法的rc算法集合- Includes rc2, rc4, rc5, rc6 the algorithm rc algorithm gathers
- 2022-02-06 05:29:31下载
- 积分:1
-
DES Crypt adapted from unix crypt for delphi.
DES Crypt adapted from unix crypt for delphi.
- 2022-07-04 21:52:57下载
- 积分:1
-
使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即...
使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80 - 84 为特殊磁道,通常用来加密 ) sector 扇区号,范围 0 - 255 ( 19 - 255 为非标准扇区编号,通常用来加密) nsectors 每次读或写的扇区数,不能超出每磁道的最大扇区数 buffer 数据写入或读出的缓冲区,大小为 512 个字节 返回值 ( 同 Int 13H ): 0x0 成功 0x1 无效的命令 0x3 磁盘被写保护 0x4 扇区没有找到 0xa 发现坏扇区 0x80 磁盘没有准备好-using the API programming, formatting and testing literacy and special sectors. Windows can be used as a disk encryption. This function has the following two shortcomings to be improved : 1. This function can only be read, read A : and B : that only the right to operate two floppy disks. No change disk sector size, the standard is only 512 bytes. Parameter Description : command operations : 0 Reading 2 replacement disk write Sector Sector 3 4 5 checksum track to be formatted track eight equipment parameters (int 1EH) drive drive
- 2022-08-22 04:00:28下载
- 积分:1