▍1. delphi编写的加壳程序,实现对文件保护
delphi编写的加壳程序,实现对文件保护-delphi write the packers program to realize File Protection
delphi编写的加壳程序,实现对文件保护-delphi write the packers program to realize File Protection
MD5的全称是Message-digest Algorithm 5(信息-摘要算法),用于确保信息传输完整一致。本程序是c语言版的md5加密解密源码!-The full name of MD5 is Message-digest Algorithm 5 (Information- Summary of algorithm), to ensure the integrity of the information transmission line. This procedure is the c language version of the md5 encryption source code!
大数运算类,用于RSA算法,支持4096位二进制的数学运算-category for the RSA algorithm, support 4096 binary arithmetic
使用的是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
enigma.zip(VB)一个德国的enigma加密技术例子COOL,原程序不支持明文是汉字,添加了一个小模块 -enigma.zip (VB), a German enigma encryption technology COOL example, the original program is not expressly support Chinese characters, add a small module
一个由asp语言编写的MD5加密算法的实现.-an asp language from the MD5 encryption algorithm achieved.
这是jacobi迭代算法-iterative algorithm to caculate Jacobi(matrix?)
这是脱壳 PE-ARMOR 的程序源代码汇编的-PE-ARMOR the source code compilation
DES加密算法实现的C++类-DES encryption algorithm realization C kind
Arithmetic for integers of almost rijndael for C and C++. Developed for linux-Arithmetic for integers of almost rijndae l for C and C. Developed for linux
这个是IDEA加密算法的源代码(C语言版本)-This is the IDEA encryption algorithm source code (C language version)
MD5计算,可以将文件提取出摘要,进行比对,校验,实现指纹算法-MD5, can be extracted document summaries, compare and testing to achieve fingerprint algorithm
md5算法的java源代码-md5 algorithm source code of java
写专属或加密程序。 程序应该采取作为输入由程序然后加密的文件名。 程序应该要求用户输入密钥,应该用于加密文件。 程序的输出应该进入一个文件以同一个文件名,但.ENC引伸。-Write an exclusive-OR encryption program. The program should take as input a filename that is then encrypted by the program. The program should ask the user to input an encryption key, which should be used to encrypt the file. The output of the program should go into a file with the same filename but a .ENC extension.
rsa算法实现,用的是c++。欢迎大家随便下载-rsa algorithm, using c++. Welcome to the casual download
ASP写的MD5加密算法。-ASP write MD5 encryption algorithm.