-
DES算法实现过程分析 之 C
DES算法实现过程分析 之 C-DES algorithm process analysis C
- 2022-03-19 03:36:40下载
- 积分:1
-
这个源程序向你介绍了怎样摆脱密码束缚的问题
这个源程序向你介绍了怎样摆脱密码束缚的问题-the source to tell you how to shake off the shackles of password problems
- 2022-03-24 07:42:23下载
- 积分:1
-
RC5算法的C++实现
RC5算法的C++实现-RC5 algorithm to achieve C
- 2022-10-05 00:40:04下载
- 积分:1
-
The source code of MD5 encryption algorithm
md5加密算法源代码-The source code of MD5 encryption algorithm
- 2022-01-30 16:39:05下载
- 积分:1
-
一个SHA加密库文件,用汇编语言开发完成的
一个SHA加密库文件,用汇编语言开发完成的-a SHA encryption for document assembly language development completed
- 2022-01-24 17:18:35下载
- 积分:1
-
基于RSA的数字签名实现,用VC++模拟实现RSA数字签名过程。
基于RSA的数字签名实现,用VC++模拟实现RSA数字签名过程。-RSA-based digital signature implementation, using VC++ simulation of the process of realization of RSA digital signature.
- 2022-01-31 22:15:48下载
- 积分:1
-
哈希数据编码解码实现(Hash) 需安全openssl等安全证书
哈希数据编码解码实现(Hash) 需安全openssl等安全证书-Hash data codec implementation (Hash) need to secure safety certificate openssl, etc.
- 2022-05-15 10:26:49下载
- 积分:1
-
采用bin加密的经典算法。
采用bin加密的经典算法。-bin encryption using the classical algorithm.
- 2022-12-06 17:10:03下载
- 积分:1
-
DES算法源代码,这是自己书写的源代码,里面采用了非常多的技巧来提高编解码的效率,研究算法和源码的朋友们,我书写的这个代码可以作为你们很好的参考。...
DES算法源代码,这是自己书写的源代码,里面采用了非常多的技巧来提高编解码的效率,研究算法和源码的朋友们,我书写的这个代码可以作为你们很好的参考。-DES algorithm source code, which is writing its own source code, which uses a lot of skills to improve the efficiency of the codec to study the algorithms and source of my friends, I am writing you this code can be used as a good reference.
- 2023-03-14 14:30:03下载
- 积分: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