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的更多相关文章
随机推荐
- Error creating bean with name 'org.springframework.validation.beanvalidation.LocalValidatorFactory
Error creating bean with name ‘org.springframework.validation.beanvalidation.LocalValidatorFactoryBe ...
- 基于visual Studio2013解决算法导论之024双向链表实现
题目 双向链表的实现 解决代码及点评 #include <stdio.h> #include <stdlib.h> #include <time.h> #i ...
- 期权put和call
今天和朋友谈到了FB的期权操作问题,保证一个固定收益或者得到一个以低价买入FB的机会. 首先说下基本概念:call:是指买权put :是指卖权但是这两种期权又分别对应了long和short的两种操作, ...
- 【C语言】数字在排序数组中出现的次数(改动)
//数字在排序数组中出现的次数(改动) //统计一个数字在排序数组中出现的次数.比如:排序数组{1,2,3,3,3.3,4,5}和数字3,因为3出现了4次,因此输出4. #include <st ...
- 【LeetCode】Repeated DNA Sequences 解题报告
[题目] All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: &quo ...
- freemarker报错之八
1.错误描写叙述 freemarker.core.ParseException: Encountered "string" at line 21, column 21 in typ ...
- PS图片
第二次练习PS,不知道找什么图片,就这么做着吧.然后自己学习了下动画制作,但是中间有些问题,需要再研究研究. 像 CS6中新建蒙版文档,画出的图形单位是厘米,怎么改为像素?(答案看后续博客....)
- CF#231DIV2:A Good Number
Let's call a number k-good if it contains all digits not exceeding k (0, ..., k). You've got a numbe ...
- 【转】windows 7系统安装与配置Tomcat服务器环境
原文链接: windows 7系统安装与配置Tomcat服务器环境 工具/原料 jdk-8u51-windows-x64(我的系统是64位系统,32位的请选x86下载)下载地址:http://www. ...
- Eclipse 和 MyEclipse控制台console不停的自动跳动,跳出来解决方案
有时候Eclipse启动,控制台console不会自动跳出来,需要手工点击该选项卡才行,按下面的设置,可以让它自动跳出来(或不跳出来):由二种方法: 一.windows -> prefer ...