搜索资源列表
基于SHA-256的HMAC文件校验器
- HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。 -HMAC key is to bring the hash function, used the text of the report identifying code (MAC) can realize the text identification. I am here to create a soft
crc校验码
- 这是一个依靠检验文件CRC校验码来判断文件是否已经被病毒修改过的c程序-This is a test paper on CRC document to determine whether the virus has been revised procedures for the c
checkmedia-2.1-4.i586
- Linux下用来检查和校验光盘完整性的工具,也可以用来生成校验码-Linux used to check and verify the integrity of the CD-ROM tool also can be used to generate Check Code
VailGen
- 一个图形信息校验码识别程序,类似很多网站上的验证码功能-a graphic information check code identification procedures, similar to many on the website functional test code
MD5jiaoyan
- 用md5校验文件特征码,用于文件验证 本例子中为自校验,若改其他文件路径 可以对指定文件校验,预设校验码 现在是在编译前赋值,自己使用可以根据需要 自己考虑从外部载入。
crc
- 此源代码实现了CRC5和CRC16的校验以及校验码的产生,可以直接用于RFID标签数字电路。
ccitt
- 能够对十六进制的数据进行CRC校验,校验码为ccitt码。
MD5_VC
- 可以计算文件MD5校验码、CRC校验码、校验和,在开发文件传输等工作时,提供帮助,校验速度快。
CRC
- 一个16位CRC校验软件算法。通过查表、移位、异或得出一定字节数的16为CRC校验码。
OTP.rar
- 实现了一次性口令认证系统,采用MD5算法进行加密,得到口令的校验码,Achieved a one-time password authentication system that uses MD5 encryption algorithm, the password check code
s+key
- 一次性口令认证系统SKEY的实现,采用MD5算法对口令进行加密,传递校验码-One-Time Password Authentication System sKey realization, using MD5 algorithm to encrypt passwords, transmission Check Code
CRCr
- crc校验源代码,我自己编写的源代码,用于计算crc校验码的生成-source code crc teaching and research,That s all,everyone knows.
CRC
- 这一个16位的CRC校验的源码,源码也已经很详细的注释过了-This is a 16-bit CRC checksum of the source code, source code also has very detailed notes after a
MD5
- Labwindows 哈希函数,实现MD5校验码读取的代码-Labwindows hash function, the realization of MD5 checksum code to read the code
crc
- 这是CRC字符串校验的源码,可对字符串校验后输出校验码-This is the CRC checksum of the source string can be output after the string checksum validation code
AFastCRCImplementationonFPGAUsingaPipelinedArchite
- 非常经典的循环冗余校验码IEEE文章-Very classic cyclic redundancy check codes IEEE article
CRC
- 循环冗余校验,中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-Cyclic Redundancy Check, the Chinese name for the Cyclic Redundancy Check (code). It is important for a class of linear block codes, encoding and decoding method is simple, error
crc
- CRC校验码的实现,校验码6位,寄存器串行实现方式,经项目实际验证正确-CRC Check Code realization Check 6, register serial ways, the right to verify the actual project
LDPC_BSN
- 低密度校验码,仿真,可能对初学者有帮助,请多多支持-LDPC codes, simulation, may be helpful for beginners
BCC异或校验算法(C语言实现)
- BCC异或校验算法(C语言实现) 将报文按位异或后取反+1 得到异或校验码