登录
首页 » 加密解密 » 个人整理的CRC的一些简单基本资料,里面还附带CRC的算法实现(C语言),对新手来说,是一份不错的资料

个人整理的CRC的一些简单基本资料,里面还附带CRC的算法实现(C语言),对新手来说,是一份不错的资料

于 2023-06-28 发布 文件大小:18.86 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

个人整理的CRC的一些简单基本资料,里面还附带CRC的算法实现(C语言),对新手来说,是一份不错的资料-Personal order of CRC s some simple basic information, which also comes with CRC s algorithm (C language), on the novice, is a good information

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

发表评论

0 个回复

  • DES及3DES算法源程序,标准C实现,可用于unix/linux/windows平台.
    应用背景 跨平台的DES及3DES算法源程序,标准C实现,可用于unix/linux/windows平台。 -DES and 3DES algorithm source code, the standard C implementation, which can be used for unix/linux/windows platform. 关键技术 DES:   密钥:   0x67, 0xBE, 0x03, 0x7C, 0x41, 0x96, 0x6D, 0xDB   明文:   0xA9, 0x37, 0x07, 0x49, 0xFC, 0x06, 0xAF, 0xE6   密文:   0x60, 0x78, 0x32, 0xE8, 0xB3, 0x5A, 0x9C, 0x6D DES3:   密钥:   0x40, 0xbb, 0x12, 0xdd, 0x6a, 0x82, 0x73, 0x86,   0x7f, 0x35, 0x29, 0xd3, 0x54, 0xb4, 0xa0, 0x26,   0x40, 0xbb, 0x12, 0xdd, 0x6a, 0x82, 0x73, 0x86   明文:   0x49, 0x07, 0x37, 0xa9, 0xe6, 0xaf, 0x06, 0xfc   密文:   0x43, 0x01, 0xc5, 0x6b, 0x14, 0x00, 0xe7, 0xce   
    2022-05-10 15:12:21下载
    积分:1
  • 实现md5的算法。 实现md5的算法。
    实现md5的算法。 实现md5的算法。-The realization of md5 algorithms. The realization of md5 algorithms.
    2022-10-24 21:35:03下载
    积分:1
  • 使用自定义码 进行文件 使用传入码生成 SymmetricAlgorithm...
    使用自定义密码 进行文件加密 使用传入密码生成 SymmetricAlgorithm-You can encrypt and decrypt file with your password.
    2022-10-18 02:00:04下载
    积分:1
  • DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位钥来64位数据的方法。DES算法以被应...
    DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。-DES (Data Encryption Standard) algorithm, in 1977 the United States government"s official permission, is a key 56 to 64-bit data encryption methods. DES algorithm to be applied to many needs security encryption occasions. (Eg : UNIX password algorithm is to DES algorithm-based).
    2022-02-02 12:16:17下载
    积分:1
  • MD5的c/c++的一个实现范例,包含MD5开发包
    MD5的c/c++的一个实现范例,包含MD5开发包-MD5 of c/c++ Realize a sample, including MD5 Development Kit
    2022-02-15 16:48:20下载
    积分:1
  • 字节取反
    字节取反-Take anti-byte
    2022-02-04 14:55:59下载
    积分:1
  • MD5的算法!
    MD5的加密算法!-MD5 encryption algorithm!
    2023-03-14 09:10:03下载
    积分:1
  • IDA Pro Chinese help manual, it is worth Collection
    IDA Pro的中文帮助手册,值得收藏。-IDA Pro Chinese help manual, it is worth Collection
    2022-01-27 20:59:34下载
    积分:1
  • 字符串算法 c#程序 String encryption algorithm
    字符串加密算法 c#程序 String encryption algorithm-String encryption algorithm c# program String encryption algorithm
    2022-02-02 07:39:46下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载