RapidCRC : Home
What is RapidCRC?
RapidCRC is a tool for windows for checking and creating CRC32 and MD5 checksums; this comprises:
- SFV files
- MD5 files
- specialty: direct support for CRC32 in the filename (common for anime releases; for example "MyFile [45DEF3A0].avi")
This helps you to check and ensure that your files are OK and not corrupted.
Goal is to use the fastest available open source (assembly) implementations for this task. Currently these implementations are used in RapidCRC:
- CRC32: i386 assembly implementation (one byte table lookup)
- MD5: OpenSSL MD5 i386 assembly implementation
- MD5: reference implementation from RFC (much slower; available at compile time. Not used in the release version of RapidCRC)
These are currently considered to be the fastest existing implementations(*). If you know of even faster implementations please drop me a note.
News
| year.month.day | |
| 2005.02.05 | RapidCRC 0.6.1 released (bugfix release) |
| 2005.01.20 | RapidCRC 0.6 released and Website updated |
| 2004.11.25 | RapidCRC 0.5 released |
| 2004.11.10 | Some small corrections in the faq (es. the Visual Style Screenshots) |
| 2004.10.25 | RapidCRC 0.4 released |
| 2004.10.09 | Site moves to Sourceforge.net |
| 2004.09.03 | FAQ updated |
| 2004.09.02 | RapidCRC 0.3.2 released |
| 2004.08.29 | Website and FAQ updated. |
| 2004.08.28 | Forum is now open |
| 2004.08.27 | RapidCRC 0.3 released. First Release to the public |
RapidCRC : Home的更多相关文章
随机推荐
- 06-C语言运算符2
目录: 一.类型转换 二.条件运算符 三.逗号运算符 四.运算符优先级 回到顶部 一.类型转换 1.类型升级,浮点型高于整型,长整型高于整型,有符号与无符号取有符号. 2.在C语言中,类型转换没有提示 ...
- 基于FPGA的DW8051移植(一)
最近 半个月都在移植8051,看到DW8051内核资料比较齐全又是新思发布的,所以就开始玩弄 可是这半个月的努力几近白费 —— 移植失败了,不知道从何着手这个内核.可能大家能找到不同的版本,我的是最初 ...
- atlas z 轴
问题源自一个帖子,因为上传的图比较多,就另开了这个贴写下自己的试验结果,原帖在下面链接中 http://game.ceeger.com/forum/read.php?tid=8911#info NGU ...
- (step7.2.3)hdu 2554(N对数的排列问题——简单数论)
题目大意:输入一个整数n,表示有n对整数.判断能否出现一种情况就是2个1之间有1个数,2个2之间有2个数..... 解题思路: 准备知识: ①n对数,共2*n个数.所以要有2*n个位置来放置这2*n个 ...
- sprintf,你知道多少?
选自<CSDN 社区电子杂志——C/C++杂志>http://emag.csdn.net 2005 年1 月 总第1 期 - 93 -本文作者:steedhorse(晨星)printf 可 ...
- Dockerfile指令总结
指令的一般格式为INSTRUCTION arguments,指令包含FROM.MAINTAINER.RUN等. FROM 格式为FROM <image>或FROM <image> ...
- sqlplus
以超级管理员登录 sqlplus sys/123 as sysdba 解锁用户 alter user xutianhao account unlock
- CentOS6.5+php5.3听云安装过程
听云安装过程请参考听云安装指导页面:http://doc.tingyun.com/help/html/doc/server_novice.html 根据自己的服务器系统和语言包下载对应的 安装包 安装 ...
- 知识普及:iOS7搭载新定位技术iBeacon
摘自:http://iphone.91.com/tutorial/jcjc/131023/21619035.html 在2013年六月举行的WWDC上,作为iOS 7中最重要的新特性之一,苹果正式对外 ...
- SignalR系列教程:SignalR快速入门
---恢复内容开始--- 本篇是SignalR系列教程的第一篇,本篇内容介绍了如何创建SignalR应用,如何利用SignalR搭建简易的聊天室等,本篇内容参考自:http://www.asp.net ...