-
rsa加密算法的vc实现,可以实现1024位的加密
rsa加密算法的vc实现,可以实现1024位的加密-the source code of rsa algorithm in vc,which can do 1024bits encryption.
- 2023-02-14 16:55:04下载
- 积分:1
-
data encryption technology several algorithms rsa.txt.gz
数据加密技术之几种算法
sa.txt.gz-data encryption technology several algorithms rsa.txt.gz
- 2023-08-24 17:50:03下载
- 积分:1
-
document encryption algorithms, including DES, etc., which are described in deta...
文档加密算法,包括DES等,对其进行了详细的描述
- 2022-01-22 16:53:11下载
- 积分:1
-
密码学文献有一个奇妙的发展历程,当然,密而不宣总是扮演主要角色。第一次世界大战前,重要的密码学进展很少出现在公开文献中,但该领域却和其它专业学科一样向前发展。...
密码学文献有一个奇妙的发展历程,当然,密而不宣总是扮演主要角色。第一次世界大战前,重要的密码学进展很少出现在公开文献中,但该领域却和其它专业学科一样向前发展。-cryptography literature has a wonderful history, of course, close does not declare always played the leading role. Before the First World War, it was important to cryptography little progress emerged in the open literature. However, the area has other professional disciplines and the development of the same.
- 2022-03-30 19:34:10下载
- 积分:1
-
我根据comp430s改写的DLL源码,可在多线程下使用。还带有DES加密算法函数...
我根据comp430s改写的DLL源码,可在多线程下使用。还带有DES加密算法函数 -DLL source which is overwirted by comp430s, can be used in multi-thread.Attached by DES encryption Algorithm
- 2022-09-25 13:35:03下载
- 积分:1
-
Internet上的PIK加密算法源程序
Internet上的PIK加密算法源程序-on the Internet PIK encryption algorithm source code
- 2022-12-04 09:35:02下载
- 积分:1
-
DES算法原理及实现,实现了3DES和DES的程序过程,支持8 16 24位密钥...
DES算法原理及实现,实现了3DES和DES的程序过程,支持8 16 24位密钥-DES algorithm and realize, realize the 3DES and DES procedures for the process to support the 81,624-bit keys
- 2022-04-20 04:06:23下载
- 积分:1
-
PE程序加密壳源程序
PE程序加密壳源程序 -PE procedure encryption shell source program
- 2022-08-13 03:42:19下载
- 积分:1
-
MD5算法说明 最新的算法分析
MD5算法说明 最新的算法分析-MD5 algorithm shows the newest algorithmic analysis
- 2023-07-13 03:15:02下载
- 积分: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