搜索资源列表
基于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
VailGen
- 一个图形信息校验码识别程序,类似很多网站上的验证码功能-a graphic information check code identification procedures, similar to many on the website functional test code
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
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
MD5
- 这个程序的源代码可以破解md5校验码。请勿用于非法破解。-This process can break the source code md5 checksum code. Do not for the illegal crack.
crc
- crc算法的源码,项目中实现的crc算法,用于校验-crc algorithm source code, project implementation crc algorithm for checking
EDCECC_arithmetic
- 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
rs
- RS的编码就是计算信息码符多项式,除以校验码生成多项式之后的余数;rs编码的基本实现,包括add,mul函数等;-RS coding is to calculate the information symbol code polynomial, divided by the check code generator polynomial after the remainder rs basically coding, including add, mul function, etc.
crc1
- 实现CRC卷积码的编码过程,通过计算,编程实现CRC16校验码的应用-Convolutional code to achieve CRC encoding process, by calculation, Programming Application CRC16 checksum
ldpc_codes
- 低密度校验码 基础c++代码,包括编码和译码,生成LDPC-LDPC CODE