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的更多相关文章

随机推荐

  1. USACO Milk2 区间合并

    这题WA了四次,后来发现不能用所谓的桶排来写 虽然空间上是可以的,但是存在这样一个问题 比如两组数据[15,20]和[21,30] 在20 和 21这两个时刻之间没有milking,但是用桶排的方法写 ...

  2. 如何删除openfire for苹果,彻底卸载!

    早前在MAC上安装了一个名为openfire的服务插件,用这个进行一些插件安装和设置,使ichat能登录MSN帐号.但现在最新的MSN已经有所改善,支持视频与语音,离线信息接收.而openfire有个 ...

  3. CPU自制入门——笔记

    最近在看日本人的那本书<CPU自制入门>就开始自己捣鼓.把工程方到QuartusII 里面后发现编译不通过,总是提示找不到头文件.工程的目录架构是这个样子的 而.v文件中的.h 是这么包含 ...

  4. UVA 531 - Compromise(dp + LCS打印路径)

      Compromise  In a few months the European Currency Union will become a reality. However, to join th ...

  5. VC++界面编程之--使用分层窗口实现界面皮肤

    使用分层界面来实现界面皮肤的好处是:可以保证图片边缘处理不失真,且能用于异形窗口上,如一些不规则的窗口,你很难用SetWindowRgn来达到理想效果. 在很多情况下,界面的漂亮与否,取决于PS的制作 ...

  6. Struts2 学习笔记16 struts标签 part2

    接下来说一下if标签.下面是结果图. <li><s:if test="#parameters.age[0]<0">error!</s:if> ...

  7. HDU 5009 DP

    2014 ACM/ICPC Asia Regional Xi'an Online 对于N个数 n(1 ≤ n ≤ 5×104), 把N个数分成随意个区间,每一个区间的值是该区间内不同数字个数的平方和, ...

  8. CentOS6.5+php5.3听云安装过程

    听云安装过程请参考听云安装指导页面:http://doc.tingyun.com/help/html/doc/server_novice.html 根据自己的服务器系统和语言包下载对应的 安装包 安装 ...

  9. Tri_integral Summer Training 9 总结

    比赛链接 A B C D H I J K 多灾多难的 Summer Training 9,前一天挂了一场比赛,结果题一半不能做,于是打了一个小时就放弃了.之后的两场Summer Training 9一 ...

  10. Linux 软件源设置

    版本号:1.0.0-beta 作者:石硕 更新:2014-04-30 15:51:40 ======================================================== ...