• RapidCRC : Home


    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.05RapidCRC 0.6.1 released (bugfix release)
    2005.01.20RapidCRC 0.6 released and Website updated
    2004.11.25RapidCRC 0.5 released
    2004.11.10Some small corrections in the faq (es. the Visual Style Screenshots)
    2004.10.25RapidCRC 0.4 released
    2004.10.09Site moves to Sourceforge.net
    2004.09.03FAQ updated
    2004.09.02RapidCRC 0.3.2 released
    2004.08.29Website and FAQ updated.
    2004.08.28Forum is now open
    2004.08.27RapidCRC 0.3 released. First Release to the public
  • 相关阅读:
    《数据结构》树与二叉树
    C/C++ 一点笔记(1)
    c#中隐藏基类方法的作用
    VS2010 灵活运用快捷操作功能(新手必看)
    C# 之类复制 MemberwiseClone与Clone(深 浅 Clone)
    DLL笔记
    批处理文件
    .NET Remoting(一)
    MSI安装数据库
    关于用户角色权限的一点想法(RBAC)
  • 原文地址:https://www.cnblogs.com/lexus/p/3413877.html
Copyright © 2020-2023  润新知