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. python读写zip文件

    zipfile.ZipFile(fileName[, mode[, compression[, allowZip64]]]) fileName是没有什么疑问的了. mode和一般的文件操作一样,'r' ...

  2. Vue.js介绍

    http://www.cnblogs.com/keepfool/p/5619070.html Vue.js介绍 Vue.js是当下很火的一个JavaScript MVVM库,它是以数据驱动和组件化的思 ...

  3. ASP.NET MVC 5 学习教程:添加视图

    原文 ASP.NET MVC 5 学习教程:添加视图 起飞网 ASP.NET MVC 5 学习教程目录: 添加控制器 添加视图 修改视图和布局页 控制器传递数据给视图 添加模型 创建连接字符串 通过控 ...

  4. 引用 xp系统引导修复(转载)

    引用 3592wangxiaoxi 的 xp系统引导修复(转载) 原文来自百度知道a12424106关于“急需xp系统引导方面的知识!”的回复. XP系统的引导过程 如果想学习排除计算机系统故障,首先 ...

  5. 基于visual Studio2013解决C语言竞赛题之0513字符拷贝

     题目 解决代码及点评 /************************************************************************/ /* 13. 将字符数 ...

  6. Android实现 再按一次退出 的三种方法 durationTime、timerTask 和Handler

    目前很多Android应用都会实现按返回键时提示“再按一次推退出” 在这篇文章中总结了各家的方法,一般都是监听Activity的onKeyDown 或者onBackPressed方法 方法一: 直接计 ...

  7. 解决win7 中source insight没有courier new字节的问题

    解决win7 中source insight没有courier new字节的问题  http://blog.csdn.net/season_hangzhou/article/details/18665 ...

  8. 一、Python-----之变量

    1.变量存在的意义就是在程序中存储一些临时的数据.2.程序运行的时候回调用变量的临时数据. 变量起名规则: 变量名只能是字符.数字或下划线的任意组合 变量名的第一个字符不能是数字 以下关键字不能声明为 ...

  9. 输入输出函数 I/O函数之perror()

    perror()函数的函数原型 void perror(char const *message); 它会将message信息输出出来,后面再加上错误原因字符串. 下面是来自百度百科的实例: #incl ...

  10. iOS开发之iOS7设置状态栏字体颜色

    应用中登陆界面颜色较浅,状态栏字体颜色为黑色,跳转到主界面之后,界面颜色较深,状态栏颜色随之变成白色.但是再重新返回登陆界面后,状态栏字体颜色并没有改成黑色,特别别扭. plist文件里将View c ...