Quick Hash full changelog
Quick Hash 3.1.0
released Sep 10, 2019 (New Release)
Several bug fixes and feature request inclusions, most notably it includes SHA-3 (256 bit) and Blake2b (256 bit) algorithms, and should be suitable for Apple OSX Catalina and its 64-bit enforcement of applications.
Quick Hash 2.6.9.2
released Oct 24, 2016 (New Release)
The UNC and long path name fixes still had not entirely worked as hoped when tested on big data sets. Further fixes implemented to ensure the filename and path to an existing file in a very long path is detected, and likewise re-created when copied.
Improvements made to the way QH reports errors. Errors are generally quite rare except when dealing with very large volumes of network data in a dynamic environment. Prior to v2.6.9, a message window would appear which was not very useful if there were over a few dozen errors because the list was too big for the screen and the automatic saving of that data seemed to go wrong and generate save errors. That was fixed to a simple warning that errors were found and the user is now prompted to save a text file in a place of their choosing.
Improvements made to the way QH reports errors. Errors are generally quite rare except when dealing with very large volumes of network data in a dynamic environment. Prior to v2.6.9, a message window would appear which was not very useful if there were over a few dozen errors because the list was too big for the screen and the automatic saving of that data seemed to go wrong and generate save errors. That was fixed to a simple warning that errors were found and the user is now prompted to save a text file in a place of their choosing.
Quick Hash 2.6.7
released Apr 12, 2016 (New Release)
The 'Expected Hash' comparison didn't kick in when the user drag and dropped a file into the 'File' tab in that QuickHash wouldn't report to the user whether the computed hash matched what he was expecting though obviously the user could still look by eye at the computed hash but nevertheless, it needed to be fixed.
Added a toggle for text line-by-line hashing. Users asked if it would be possible to give them a choice when outputting the results of either including the original source text with the computed hashes or excluding it resulting in a just a list of hashes. So now there is an option that toggles between 'Source text INcluded in output' or 'Source text EXcluded in output'. It, along with the two line-by-line text buttons have been put in their own group box within the 'Text' tab. Non-ASCIIANSI characters accepted allowing for Western, Eastern and Asian language encoding.
Added a toggle for text line-by-line hashing. Users asked if it would be possible to give them a choice when outputting the results of either including the original source text with the computed hashes or excluding it resulting in a just a list of hashes. So now there is an option that toggles between 'Source text INcluded in output' or 'Source text EXcluded in output'. It, along with the two line-by-line text buttons have been put in their own group box within the 'Text' tab. Non-ASCIIANSI characters accepted allowing for Western, Eastern and Asian language encoding.
Quick Hash 2.6.6
released Feb 8, 2016 (New Release)
Added the ability to hash the content of a text file line-by-line (an expansion of the ability to hash pasted text line by line). This means the user can select a file full of a list of names or e-mails addresses or whatever, and each line will be hashed seperately. Carriage return line feeds and nulled space should be trimmed from the end of each line.
Added a RAM status field (Windows only) that updates itself every few seconds with the RAM status of the computer. Useful if particular large data sets are being dealt with.
Added a RAM status field (Windows only) that updates itself every few seconds with the RAM status of the computer. Useful if particular large data sets are being dealt with.
Quick Hash 2.6.5
released Jan 4, 2016 (New Release)
At user request, the "Text" tab now allows line-by-line hashing of each line. The results are saved to a comma separated text file that can be opened in a text file editor or spreadsheet software.
For example, Google Adwords requires SHA256 lowercase hashes of customer e-mail addresses. So with QuickHash, you can easily paste your list of addresses into the text field, click the "Hash Line-By-Line" button and the output is saved as CSV output for you, ready for use with Google Adwords or any similar product line (https://support.google.com/adwords/answer/6276125?hl=en-GB). Tested with data sets of the low tens of thousands. Would be interested to hear how it copes with larger volumes of data.
For example, Google Adwords requires SHA256 lowercase hashes of customer e-mail addresses. So with QuickHash, you can easily paste your list of addresses into the text field, click the "Hash Line-By-Line" button and the output is saved as CSV output for you, ready for use with Google Adwords or any similar product line (https://support.google.com/adwords/answer/6276125?hl=en-GB). Tested with data sets of the low tens of thousands. Would be interested to hear how it copes with larger volumes of data.
Quick Hash 2.6.3
released Sep 21, 2015 (New Release)
NEW: Replaced two buttons with two treeview panes in the 'Copy' tab. Left pane is for the user to choose where to copy files FROM. Right pane is for the user to choose where to copy files TO. On appropriate selection, the user needs just press 'Go' and on completion a new form shows the results
FIX: In the 'Compare Directories' tab, the save button will now also save the hash comparison result to the log file, i.e. did the comparison match or not? And how many files were counted in grids A and B (feature request #20 http://sourceforge.net/p/quickhash/feature-requests/20/)
FIX: In the 'Compare Directories' tab, the file counts of the grids and difference counts were overlapping with the labels when high file counts were examined (tens of thousands upwards). Fixed by anchoring the elements
FIX: In the 'Compare Directories' tab, the save button will now also save the hash comparison result to the log file, i.e. did the comparison match or not? And how many files were counted in grids A and B (feature request #20 http://sourceforge.net/p/quickhash/feature-requests/20/)
FIX: In the 'Compare Directories' tab, the file counts of the grids and difference counts were overlapping with the labels when high file counts were examined (tens of thousands upwards). Fixed by anchoring the elements
Quick Hash 2.6.2
released Aug 10, 2015 (New Release)
As per feature request #15, and in part request #7, added an 'Expected Hash Value' field to Text and File tabs to enable the user to paste an already computed hash value (perhaps from another tool, e-mail, webpage) into QuickHash. If the field contains anything other than three dots, once the data hash is generated in QuickHash, it will compare it against the expected hash in this field and report match or mis-match
Corrected the fact that that the values for Total Files in Dir A and Dir B in the comparison of two directories, were the wrong way round
Updated copyright date range in the form captions for both the disk hashing module and QuickHash itself
Minor GUI improvements like anchoring
Corrected the fact that that the values for Total Files in Dir A and Dir B in the comparison of two directories, were the wrong way round
Updated copyright date range in the form captions for both the disk hashing module and QuickHash itself
Minor GUI improvements like anchoring
Quick Hash 2.6.1
released Apr 23, 2015 (New Release)
Added two buttons for copying the grid content of “Compare Directories” to the clipboard, to enable the user to simply paste the results of one or both grids to another tool like Excel, Notepad etc.
Added a “Save to Files” button in the same tab to allow the content of grids A and B to be saved as two seperate CSV files (one for each grid) and a single combined HTML file (with the content of table A displayed in one table, the content of table B displayed in the other).
Throughout all of Quickhash, a line is automatically inserted into both CSV and HTML output stating the name and version of QuickHash used and the date the log file was generated.
Fixed the truncation of “Total Files in DirA” and “Total Files in DirB” in Compare Directories tab, where counts more than 99 (i.e. 100+) were being truncated. So 150 files was being written as “15”. Note this only affected the user display – not the log or display grid.
Added a “Save to Files” button in the same tab to allow the content of grids A and B to be saved as two seperate CSV files (one for each grid) and a single combined HTML file (with the content of table A displayed in one table, the content of table B displayed in the other).
Throughout all of Quickhash, a line is automatically inserted into both CSV and HTML output stating the name and version of QuickHash used and the date the log file was generated.
Fixed the truncation of “Total Files in DirA” and “Total Files in DirB” in Compare Directories tab, where counts more than 99 (i.e. 100+) were being truncated. So 150 files was being written as “15”. Note this only affected the user display – not the log or display grid.
Quick Hash 1.2.1
released Jul 4, 2011 (New Release)
Quick Hash 1.1
released Jun 14, 2011 (New Release)
· Larger buffers allow faster hashing of files over 1Mb.
· Files without an extension are now detected.
· Some additional safeguards to prevent forensic image quot;setsquot; being hashed accidentally as individual files.
· Files without an extension are now detected.
· Some additional safeguards to prevent forensic image quot;setsquot; being hashed accidentally as individual files.
Quick Hash for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Quick Hash from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX Media Management Bundle
70% Off -
WinX HD Video Converter
56% Off -
MacX Video Converter Pro
56% Off -
WinX DVD Copy Pro
42% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Windows 7
- Windows XP Mode (Windows Virtual PC) 1.3.7600.16423
- iTop Easy Desktop 2.8.1.18
- Windows 7 Enterprise
- User Account Manager 6.03
- Windows 7 Little Tweaker 1.2
- Network Monitor II 31.7
- ResLoad Notifier 1.4.4
- Q Light Controller 3.2.2w
- System Monitor II 31.3
- Internet Cyclone 2.28
- Microsoft Security Essentials Definition Updates x64 1.67.7.0
- SiSoftware Sandra Lite 2021.12.31.137
- System Explorer Portable 7.1.0.5359
- Total PC Care 3.0.648.7830
- GPU-Z 2.59.0
- Tray Cleaner 2.0
- VMWare Tweaker 0.13.3.50
- Windows 7 x64
- Acid Reflux BRK 1.40
Popular Tags
windows
password
time
utilities
data
tool
search
print
desktop
system
security
edit
shareware
editor
database
optimize
software
image
text
web
manager
file
download
convert
free
video
monitor
files
utility
keyboard
Popular Windows 7 Software
- Avro Keyboard 5.6.0.0
- Ghostscript (x64 bit) 10.03.1
- System Optimizer and Cleaner Software 7.0
- Windows 7
- Windows 7 Service Pack 1 7601.17514.1011
- Memory Card Data Recovery Freeware Tool 2.2.1.4
- OST2PST Converter Free 6.6 6.6
- CubexSoft PDF Merge Tool 1.1
- CPU Cooling Master - Laptop Cooler 1.6.8.8
- Media Creation Tool x64 22H2
- Stellar Data Recovery Technician 11.0.0.3
- PST Repair 17.0
- PrimoCache 4.4.0
- Sysinfo OST Splitter Tool 22.1
- View and Read Outlook PST emails 5.0
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.