-
使用的是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
-
AES算法的C + +源代码
C++版AES源代码
我在这里献丑了,此加密算法的扩展功能,大家发挥自己的能力写写吧!-C++ AES source
- 2022-02-02 08:31:07下载
- 积分:1
-
这是一个好用的MD5的C++类;这个类可以加在控制台
程序中也可用在MFC中, 并且提供了详细的错误处理
函数,是一个安全的类。例程是一个MD5的MFC...
这是一个好用的MD5的C++类;这个类可以加在控制台
程序中也可用在MFC中, 并且提供了详细的错误处理
函数,是一个安全的类。例程是一个MD5的MFC程序,
支持字符串和文件两种输入-This is an easy to use the MD5 of the C++ category this category can be added to the console program can also be used in the MFC and to provide a detailed error handling function, is a type of security. MD5 is a routine procedure of MFC, and documentation to support two types of input string
- 2023-07-27 22:10:02下载
- 积分:1
-
小小的二级文件管理系统,应用了简单的加密,用它写日记,很好的。...
小小的二级文件管理系统,应用了简单的加密,用它写日记,很好的。-small two-level file management system,apply the simple encryption,it s great to keep a diary with it .
- 2022-02-25 19:24:17下载
- 积分:1
-
DES-algorithm-description
DES 算法描述DES 算法描述DES 算法描述(DES algorithm description)
- 2011-08-24 09:44:08下载
- 积分:1
-
I think this the first time every one can look at a PE crypter source
in top le...
I think this the first time every one can look at a PE crypter source
in top level language such VC++.
So as I promised ... if some one sent me one nice compress source I would
publish my source.
I dedicate this source to all people who involve in this field.
I hope it helps someone.
Have good days
ashkbiz
Check: yodap.cjb.net
- 2022-03-11 15:54:03下载
- 积分:1
-
这是用java实现单向加密和非对称加密DSA数字签名的源程序
这是用java实现单向加密和非对称加密DSA数字签名的源程序-This source code is an implementation of one-way encryption and unbalanced DSA digital signature on java platform.
- 2023-08-06 01:25:03下载
- 积分:1
-
ssrc
软件加密 使用MD5算法对密码进行加密
软件加密 使用MD5算法对密码进行加密(Software encryption using MD5 algorithm to encrypt passwords)
- 2014-09-15 16:58:53下载
- 积分:1
-
智能卡的例子程序..........
智能卡示例程序。。。。。。。。。。
- 2022-02-22 09:13:29下载
- 积分:1
-
对所需要保密的文件进行加密,代码简洁易懂。
对所需要保密的文件进行加密,代码简洁易懂。-right by the need for confidentiality of documents encrypted code easy to read.
- 2022-01-25 19:49:44下载
- 积分:1