登录
首页 » 加密解密 » 一个用Vc编写的文件加密器,可以加密任何类型的文件,速度很快!...

一个用Vc编写的文件加密器,可以加密任何类型的文件,速度很快!...

于 2022-07-24 发布 文件大小:112.28 kB
0 114
下载积分: 2 下载次数: 1

代码说明:

一个用Vc编写的文件加密器,可以加密任何类型的文件,速度很快!-Vc with a paper prepared by the encryption device that can encrypt any type of document, very fast!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DES to achieve fully their own! Able to enter the selected string or the realiza...
    DES完全自己实现!能对输入字符串或者选定实现CBC,CFB-1,-8,-64等模式。算法自带有效率检测函数,运行结束显示系统效率。此源代码完全胜任课程设计,就算是毕业设计也只需进行一点改进。欢迎大家下载!-DES to achieve fully their own! Able to enter the selected string or the realization of CBC, CFB-1,-8,-64, such as model. Efficient detection algorithm own function, run the end of display system efficiency. This source code fully qualified for curriculum design, even if it is also just graduated from design to improve a little. Welcome you to download!
    2022-01-22 15:36:03下载
    积分:1
  • MD5 VC a good class, everyone welcomes the use of
    一个很好的MD5 VC类, 欢迎大家使用-MD5 VC a good class, everyone welcomes the use of
    2022-05-08 04:28:36下载
    积分:1
  • MD5 algorithm. MD5 to 512 groups to deal with the importation of information and...
    MD5算法的实现。MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。 -MD5 algorithm. MD5 to 512 groups to deal with the importation of information and each group was also divided into 16 groups of 32 seats, After a series of processing, the output from the algorithm 4 32 subgroups, 4 32 this group will generate a cascade 128 hash value.
    2022-03-22 20:21:27下载
    积分:1
  • 防盗decryot软件
    Immobilizer decryot software
    2022-03-30 21:34:49下载
    积分:1
  • md5--文件
    MD5 算法描述 对 MD5 算法简要的叙述可以为:MD5 以 512 位分组来处理输入的信 息,且每一分组又被划分为 16 个 32 位子分组,经过了一系列的处理后, 算法的输出由四个 32 位分组组成, 将这四个 32 位分组级联后将生成一个 128 位散列值。 在 MD5 算法中,首先需要对信息进行填充,使其字节长度对 512 求 余的结果等于 448。因此,信息的字节长度(Bits Length)将被扩展至 N*512+448,即 N*64+56 个字节(Bytes) ,N 为一个正整数。填充的方 法如下,在信息的后面填充一个 1 和无数个 0,直到满足上面的条件时才 停止用 0 对信息的填充。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-03-04 16:05: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
  • AES标准
    128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey) 运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】 的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
    2022-07-09 23:35:31下载
    积分:1
  • 该源码包括了Java组件实现DES、RSA和SHA算法
    该源码包括了Java加密组件实现DES、RSA和SHA加密算法 -The Java source code, including encryption components realize the DES, RSA and SHA encryption algorithm
    2023-06-15 20:40:03下载
    积分:1
  • 古典码算法中的单表代换码算法、移位码算法、Vigenere码算法。算法比较简单,用命令的方式。可以随机生成明文和钥。...
    古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。-Classical cryptographic algorithm in a single table substitution cipher, transposition cipher, Vigenere cipher. Algorithm is relatively simple, way to use the command. Can be randomly generated and the key explicitly.
    2022-03-01 11:35:20下载
    积分:1
  • Fractional joint transform correlator英文文献
    Fractional joint transform correlator英文文献-Fractional joint transform correlator
    2023-05-18 12:40:04下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载