CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - checksum算法

搜索资源列表

  1. Md5Test

    0下载:
  2. 本例是用md5做为数据校验的算法防止自己的程序被篡改的小例子。有些可执行程序,当被改了资源时再运行会有文件已损坏的提示,这就是使用了数据校验。当然你可以使用个性化的,比如des作为数字签名,那样安全性更高。具体请见代码及注释.-cases is the use of data as md5 checksum algorithm to prevent their own procedures be tampered with small examples. Some of the executa
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:51328
    • 提供者:曲进
  1. 发现网络中的活动主机

    0下载:
  2. 关键字: socket, 校验和算法, ICMP, connect, 端口,扫描, 这是我课程设计时,用VC.NET写的一个程序,功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.并附带了校验和算法.希望更多的人与我交流, QQ:270596846 e_mail:chmuggmwtg@163.com-keyword : socket, the checksum algorithm, I
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:14061
    • 提供者:陈成
  1. 949327266

    1下载:
  2. 准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更新DLL可能被破解者替换的漏洞,并对DLL进行了加壳,增加了
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:234448
    • 提供者:马克
  1. Md5xfTest

    0下载:
  2. MD5数据校验的例子 演示了用md5算法对pe文件资源的校验,如资源被修改则弹出提示消息框。附各种数据校验的简介。 king_koo原创-MD5 checksum of the data examples demonstrated the use md5 algorithm pe Resources calibration If resources are suggested changes to the ejection news box. Check with various data br
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:64008
    • 提供者:唐晓飞
  1. jiamisuanfamokuai

    0下载:
  2. 标准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更新DLL可能被破解者替换的漏洞,并对DLL进行了加壳,增加
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:278847
    • 提供者:小强
  1. CRC

    0下载:
  2. 一个CRC校验算法,用VC++实现,提供了一个基于界面的CRC算法。-A CRC checksum algorithm, using VC++ Realized, provides a CRC algorithm based on the interface.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:48784
    • 提供者:龙神
  1. crc_low

    0下载:
  2. 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,低位先处理,接收校验成功标志为f0b8.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, low bit to deal with first, mark of success receiving check is f0b8.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1288
    • 提供者:dustin
  1. md5test

    0下载:
  2. 本例是用md5做为数据校验的算法。当然你可以使用个性化的 比如des作为数字签名,那样安全性更高。-This case is used as a data md5 checksum algorithms. Of course, you can use personalized such as des as digital signatures, as higher security.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-26
    • 文件大小:9345698
    • 提供者:zf
  1. CRC

    0下载:
  2. 主要介绍的是crc容错校验算法,繁体中文版-Mainly introduces the CRC checksum algorithm for fault-tolerant, Traditional Chinese version
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:129193
    • 提供者:可乐
  1. Md5Code

    0下载:
  2. C++编写的MD5加密算法校验并计算的一个实例,DOS提示窗模式,主要功能实现了字符串摘要、文件摘要功能。   Md5.cpp是算法的核心代码,来自rfc-1321 ;Main.cpp是主窗口程序。在命令提示符窗口中输入你要进行MD5运算的字符串,程序会计算出对应的MD5加密字串。-C++ to prepare the MD5 checksum encryption algorithm and an example of the calculation, DOS prompt window
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:87991
    • 提供者:Leviathan
  1. crc_high

    0下载:
  2. 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,高位先处理,接收校验成功标志为1d0f.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, high bit to deal with first, mark of success receiving check is 1d0f.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1316
    • 提供者:dustin
  1. EDCECC_arithmetic

    0下载:
  2. ECC/EDC算法理论:4字节检错码EDC:CD-ROM扇区中,有一个4字节共32位的EDC字域,它就是用来存放CRC码。 CD-ROM的CRC校验码生成多项式是32阶的,P(x) = (x16+x15+x2+1)(x16+x2+x+1)。 计算CRC码时用的数据块是从扇区的开头到用户数据区结束为止的数据字节,以Mode1为例, 即字节0—2063共2064个字节。将数据加上4个字节0,然后除多项式,得到的余数为校验码。 -ECC/EDC algorit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:9166
    • 提供者:zhangweimin
  1. 6

    0下载:
  2. 六种加密算法源码,包括CRC32校验,DES加密,MD5,rsa数字签名,RSA演示,简单加密-Six encryption algorithm source code, including the CRC32 checksum, DES encryption, MD5, rsa digital signature, RSA presentation, simple encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4800242
    • 提供者:daibo
  1. CRC

    0下载:
  2. CRC校验算法(delphi版),公式法的。-CRC checksum algorithm (delphi version)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:621
    • 提供者:akkkdd
  1. crc32

    0下载:
  2. CRC校验算法,完整的一套crc,可以设置各种参数。-CRC checksum algorithm, a complete set of crc, you can set various parameters.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:194518
    • 提供者:krwang
  1. CRC

    0下载:
  2. crc自动生成crc校验参数,CRC16位校验值的算法与实现-crc crc check parameters automatically, CRC16-bit checksum algorithm and implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2010
    • 提供者:刘开
  1. Md5Code

    0下载:
  2. MD5加密算法校验及计算实例,感兴趣的可以参考下。 -Encryption algorithm and MD5 checksum calculation examples
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:87855
    • 提供者:吴宗伦
  1. IDcardchecksumalgorithm

    0下载:
  2. 身份证校验码算法及VisualBasic代码实现-ID card checksum algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:7627
    • 提供者:haha
  1. md5single

    0下载:
  2. 标准md5算法的独立函数版本 将md5算法整体合成一个函数(编译出来也是一个函数),方便运行时校验-Independent function version of the standard md5 algorithm Checksum md5 algorithm as a whole synthesis of a function (compiled functions) to facilitate the operation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2474
    • 提供者:海风月影
  1. crc.tar

    0下载:
  2. CRC校验算法,包括CRC8,CRC16,CRC32,MODBUS,和其他几种算法,C语言封装,方便使用-CRC checksum algorithm, including CRC8, CRC16, CRC32, MODBUS, and several other algorithms, C language package, easy to use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:30720
    • 提供者:ddbing
« 12 »
搜珍网 www.dssz.com