[X] The "/vmpk/vmpk-0.2.5-setup.exe" file could not be found or is not available. Please select another file.

RapidCRC is a tool for windows for checking and creating CRC32 and MD5 checksums (.sfv/.md5 files). Goal is to use the fastest available (assembly) implementations for this task. Specialty: direct support for CRC32 checksums stored in filenames.


http://rapidcrc.sourceforge.net





Separate each tag with a space.

Ratings and Reviews

  • Thumbs up:

    2
  • Thumbs down:

    1
66% of 3 users recommend this project
  • Thumbs up

    very easy, down & dirty program that does what it's supposed to and easy to use. Thank you.

    posted by anonymous 40 days ago
    If you'd like to rate this review, please log in.

View all reviews

Project Feed

  • RapidCRC RapidCRC 0.6.1 file released: RapidCRC_0.6.1_setup_NT.exe

    0.6.1 (bugfix release) - fixed some typos in some strings - For some reason I included the Windows NT version in the installer for Win9x. Now the correct version is inside. - Now comments in md5 files are supported (Hugh Cowan). I'm not sure if md5sum compatible files really support comments but since some other programs use comments... - changed "File not OK" to "File corrupted" to reduce the likelihood of confusion between "File not OK" and "File not found" if the size of the column is too small to display the whole string.

    posted 1738 days ago

  • RapidCRC RapidCRC 0.6.1 file released: RapidCRC_0.6.1_setup_9x.exe

    0.6.1 (bugfix release) - fixed some typos in some strings - For some reason I included the Windows NT version in the installer for Win9x. Now the correct version is inside. - Now comments in md5 files are supported (Hugh Cowan). I'm not sure if md5sum compatible files really support comments but since some other programs use comments... - changed "File not OK" to "File corrupted" to reduce the likelihood of confusion between "File not OK" and "File not found" if the size of the column is too small to display the whole string.

    posted 1738 days ago

  • RapidCRC RapidCRC 0.6.1 file released: RapidCRC_0.6.1_binary_only.zip

    0.6.1 (bugfix release) - fixed some typos in some strings - For some reason I included the Windows NT version in the installer for Win9x. Now the correct version is inside. - Now comments in md5 files are supported (Hugh Cowan). I'm not sure if md5sum compatible files really support comments but since some other programs use comments... - changed "File not OK" to "File corrupted" to reduce the likelihood of confusion between "File not OK" and "File not found" if the size of the column is too small to display the whole string.

    posted 1738 days ago

  • File released: /RapidCRC/RapidCRC 0.6.1/RapidCRC_0.6.1_setup_NT.exe

    posted 1738 days ago

  • File released: /RapidCRC/RapidCRC 0.6.1/RapidCRC_0.6.1_setup_9x.exe

    posted 1738 days ago

  • File released: /RapidCRC/RapidCRC 0.6.1/RapidCRC_0.6.1_binary_only.zip

    posted 1738 days ago

  • Code committed

    del1 committed patchset 14 of module RapidCRC to the RapidCRC CVS repository, changing 8 files

    posted by del1 1738 days ago

  • Code committed

    del1 committed patchset 13 of module RapidCRC to the RapidCRC CVS repository, changing 5 files

    posted by del1 1753 days ago

  • RapidCRC RapidCRC 0.6 file released: RapidCRC_0.6_setup_NT.exe

    0.6 - MD5 Support: creating and verifying of md5sum (.md5) compatible files. This had also a sideeffect for sfv file creation (i.e. new features) (MD5 value in filenames are not supported; this is still only possible for CRC, because MD5 needs 32 characters and is just too long for the filename) (nevertheless RapidCRC keeps its name although it's no longer limited to CRC32) - The source code now includes two md5 implementation (MD5 reference and OpenSSL i386 assembly). You can switch between them at compile time. This release uses the much faster OpenSSL implementation - RapidCRC does no longer use the dialog manager to display the main windows => The main window is now fully resizable => window state and size are now also saved at exit - saved some memory * in the main list structure * displaying everything in the listview (now RapidCRC handles the string; before that did windows and that is more memorey intensive) (nevertheless the total memory usage is a bit higher now because of the md5 support) - changed the interface: * there is now a text field for the md5 value * before there was a text field that always showed the CRC that RapidCRC found in the SFV file/ in the filename. This is no more. Now the found CRC / MD5 only displays if it differs from the calculated one (i.e. the file was corrupt) * If there was a mismatch between found and calculated crc/md5 the corresponding text field is now coloured * renamed the sfv file creation button - changed the summary function that sums up how many files were OK, not OK, etc to reflect the new md5 functionality - speeded up parameter passing in many functions - there is now a priority box to select the process priority of RapidCRC - implemented a better keyboard interface - filenames are now differently proposed in the dialog for sfv/md5 files creation - Updated to latest Platform SDK - I changed my mind: RapidCRC does no longer use the application path to save its options. Now it uses the Application Data directory. - RapidCRC now replaces all '/' with '\' while creating the filelist - RapidCRC can now create Unix style sfv/md5 files (i.e. unix linebreaks and '/' instead of '\') - 3 Options now to create sfv/md5 files: * One file that stores all entries * Automatically create a sfv/md5 file for every directory. It stores all the entries for files that are in that directory * Automatically create for every file its own sfv/md5 file - I changed the sort filenames algorithm. Now all files that are in the same directory are together in the list - installer: * now allows to register RapidCRC with .md5 files * now uses the 'All Users' startmenu to reflect the multiuser capabilites of RapicCRC - changelog is now also included in the release (before it was just available via forum and Sourceforge Project page) - fixed many bugs; I don't remember all of them but some are: * the filename pattern in options dialog is now also checked for illegal '?' * under Win9x could not open the Open Files dialog (this was not a bug in RapidCRC but in Windows98; but I found a wordaround) * solved a seldom bug with empty sfv files => sfv/md5 parser is better now * fixed a really ugly bug with putting the CRC into the filename: If there was more than one '.' in the filename the function produced really ugly new file names * many small bugs in the filelist creation part. Esspecially with relative paths * fixed tab order in options dialog * bugs regarding relative filenames

    posted 1754 days ago

  • RapidCRC RapidCRC 0.6 file released: RapidCRC_0.6_setup_9x.exe

    0.6 - MD5 Support: creating and verifying of md5sum (.md5) compatible files. This had also a sideeffect for sfv file creation (i.e. new features) (MD5 value in filenames are not supported; this is still only possible for CRC, because MD5 needs 32 characters and is just too long for the filename) (nevertheless RapidCRC keeps its name although it's no longer limited to CRC32) - The source code now includes two md5 implementation (MD5 reference and OpenSSL i386 assembly). You can switch between them at compile time. This release uses the much faster OpenSSL implementation - RapidCRC does no longer use the dialog manager to display the main windows => The main window is now fully resizable => window state and size are now also saved at exit - saved some memory * in the main list structure * displaying everything in the listview (now RapidCRC handles the string; before that did windows and that is more memorey intensive) (nevertheless the total memory usage is a bit higher now because of the md5 support) - changed the interface: * there is now a text field for the md5 value * before there was a text field that always showed the CRC that RapidCRC found in the SFV file/ in the filename. This is no more. Now the found CRC / MD5 only displays if it differs from the calculated one (i.e. the file was corrupt) * If there was a mismatch between found and calculated crc/md5 the corresponding text field is now coloured * renamed the sfv file creation button - changed the summary function that sums up how many files were OK, not OK, etc to reflect the new md5 functionality - speeded up parameter passing in many functions - there is now a priority box to select the process priority of RapidCRC - implemented a better keyboard interface - filenames are now differently proposed in the dialog for sfv/md5 files creation - Updated to latest Platform SDK - I changed my mind: RapidCRC does no longer use the application path to save its options. Now it uses the Application Data directory. - RapidCRC now replaces all '/' with '\' while creating the filelist - RapidCRC can now create Unix style sfv/md5 files (i.e. unix linebreaks and '/' instead of '\') - 3 Options now to create sfv/md5 files: * One file that stores all entries * Automatically create a sfv/md5 file for every directory. It stores all the entries for files that are in that directory * Automatically create for every file its own sfv/md5 file - I changed the sort filenames algorithm. Now all files that are in the same directory are together in the list - installer: * now allows to register RapidCRC with .md5 files * now uses the 'All Users' startmenu to reflect the multiuser capabilites of RapicCRC - changelog is now also included in the release (before it was just available via forum and Sourceforge Project page) - fixed many bugs; I don't remember all of them but some are: * the filename pattern in options dialog is now also checked for illegal '?' * under Win9x could not open the Open Files dialog (this was not a bug in RapidCRC but in Windows98; but I found a wordaround) * solved a seldom bug with empty sfv files => sfv/md5 parser is better now * fixed a really ugly bug with putting the CRC into the filename: If there was more than one '.' in the filename the function produced really ugly new file names * many small bugs in the filelist creation part. Esspecially with relative paths * fixed tab order in options dialog * bugs regarding relative filenames

    posted 1754 days ago

Rate and Review

Would you recommend this project?






<

Related Projects

RapidCRC Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review