搜索资源列表
xHEX
- 一个简单的16进制编辑器,新版本添加了以下的功能: 1。更强的撤消 2。块删除 3。插入 4。块填充 5。内存编辑 6。checksum(计算CRC32,求和) 7。直接对数值运算-a simple band of 16 editors, the new version adds the following features : 1. Subsequent to the withdrawal of two. Delete three blocks. Insert 4.
wxjm
- 解密万象2004的资料,使用dns欺骗,md5加密和crc32算法进行校验-declassified information, the use of deception, dns, md5 encryption and checksum algorithm crc32
CRC32-16
- 输入16进制字符串即可进行CRC的16位校验和32位检验,已测试-Hexadecimal string to the CRC 16 checksum 32 test has been tested
crc32
- 8bit并行crc32校验vhdl程序,计算完成后一次读出crc值-8bit parallel crc32 checksum vhdl program,reading out crc after calculating the value
CRC32-Dym
- Delphi获取CRC32校验值,编程学习源码,很好的参考资料。-Delphi gets a CRC32 checksum, learning programming source code, a good reference.
636
- Delphi获取CRC32校验值,编程学习源码,很好的参考资料。-Delphi get CRC32 checksum value, learning programming source code, a good reference.
457
- Delphi获取CRC32校验值,编程学习源码,很好的参考资料。-Delphi get CRC32 checksum value, learning programming source code, a good reference.
CRC32-Dym
- Delphi获取CRC32校验值,编程学习源码,很好的参考资料。-Delphi get CRC32 checksum value, learning programming source code, a good reference.
CRC32-Dym
- Delphi获取CRC32校验值,编程学习源码,很好的参考资料。-Delphi get CRC32 checksum value, learning programming source code, a good reference.
CRC32-Dym
- Delphi获取CRC32校验值,编程学习源码,很好的参考资料。-Delphi get CRC32 checksum value, learning programming source code, a good reference.
CRC32-Dym
- 获取CRC32校验值,Delphi编程学习源码,很好的参考资料。-Get CRC32 checksum, Delphi programming learning source, a good reference.
Delphi_557520
- Delphi:Delphi环境使用SHA算法加密文件和字符的实例,或许有些朋友对SHA不太熟悉,其实这种算法经常可看到,比如从网上下载的一些DLL文件中,你可点击右键查看DLL属性,在“验证”一栏中,往往可以看到MD5校验码、SHA码、CRC32码等不同的加密算法验证码,当然,不只是DLL文件中,其它的文件像EXE也可以存在这些信息的,所以说SHA加密文件已经普遍,有必要通过本源码学习一下SHA加密的原理和实现方法。 -Delphi: Delphi environment instance
Delphi_715066
- Delphi:Delphi如何获取CRC32校验值呢?这里是通过动态生成码表法来实现,分别获取字符串校验值和文件校验值,可以取指定字符串以及文件的CRC32校验值。 -Delphi: Delphi How to Get CRC32 checksum value it? Here is the code generated by the dynamic table method to achieve, namely to obtain and file checksum verificatio
Delphi_123858
- Delphi:运用Delphi实现的CRC32-Static静态加密实例,来自Delphi软件加密技术中的一个随书实例,代码内包括了一个基本的Crc32表,可取出指定字符串的CRC32校验值,也可取指定的文件的crc32校验值,加密操作步骤相当简单,看运行截图便知。 -Delphi: using CRC32-Static Static encryption example Delphi implementation, a software encryption technology from