rapidcrc unicode
Versions
Version | Links |
---|---|
Source | |
0.3.40 | |
0.3.39 | |
0.3.38 | |
0.3.37 | |
0.3.36 |
RapidCRC is an open source CRC/MD5/SHA hashing program. I've extended the current unicode support to allow writing of unicode .sfv/.md5/.sha1/.sha256/.sha512 files, which can be turned on/off through the settings page. Unicode sfv files are written as UTF-16LE with BOM or UTF-8 (with or without BOM), and RCRC now performs a codepage detection. I've also expanded the shell extension that was included in the sourcecode to enable all operations directly from the extension.
List of other new features:
- multithreaded hash calculations with asynchronous I/O
- ed2k hash calculation
- SHA hash calculation
- job queueing
- popup menu to copy the calculated hashes to the clipboard
RapidCRC is released under the GPL - the sourcecode with my modifications can be found below. Be warned however that my documentation in the sourcecode is not as good as the original RapidCRC source.
Video
LM from www.portablefreeware.com made a nice introductory video about RapidCRC:
YouTube Link
v0.3.29
- Fixed memory leak in shell extension when used on win2k/winxp
- Register blake2sp file extension
- Fixed column width for blake2sp
- Fixed click-mapping in the context menu config dialog
v0.3.28
- Added support for Blake2sp
- Fixed an installer issue with the shell extension
- Grouped some buttons
v0.3.27
- Total number of files to be calculated was always 0 in non queue mode
v0.3.26
- List was not cleared properly on recalc in non-queue-mode
- New "one per job" mode
v0.3.25
- Files that did not verify were only listed after the first correctly verified file
- Configurable read buffer size
- Files in missing directories are displayed as "File not found" instead of "Error" in info column
v0.3.24
Small maintenance release:
- Display full path for all files not under current base path
- Automatically switch to "Check all hashes" mode when first opened / dropped file is a hash file
v0.3.23
- Fix usage of relative path names in hash files (#42)
- Fix SHA3 calculation - previously RapidCRC was producing raw keccak hashes. This also includes a change of the file extension to sha3-224/256/512, which now matches the file extension of HashCheck with sha2/3
v0.3.22
- Progress in taskbar now correctly displays overall progress
v0.3.21
- Added stop button
- Added remaining time in title bar
- Added progress display in task bar
- Fixed problem with files without extension
- Fixed exit behavior when still calculating
v0.3.20
- Added support for CRC32C (file creation via right click on sfv for now)
- Added file create option for absolute paths
- Fixed reading hash files with absolute paths
- Improved UNC path handling
- Fixed static control content disappearing when moving window out of screen
- Added option for upper/lowercase hex format