Changelog
Version 1.70.1226.8360 (beta) (2/17/2013)
! To download beta version hold Ctrl key while clicking 'Check for updates...' button
on About dialog box
+ Added SHA3-224, SHA3-256, SHA3-384, SHA3-512 (Keccak) hash functions
! Changed name of functions SHA-224, SHA-256, SHA-384, SHA-512 to SHA2-224, SHA2-256,
SHA2-384, SHA2-512
+ Added command line switch /R to switch application to use the system registry for
saving application settings. Switch /R- switch application to previous state and
remove all settings from the registry
! Changed command line switch for MD6 function. Use the format MD6(d,K,L,r)
e.g. "HashCodes_x86.exe /H:MD5,MD6(512)". All parameters are optional
+ Added command line switch for HAVAL function. Use the format HAVAL(l,p),
where l means hash length in bits and p means number of rounds
e.g. "HashCodes_x86.exe /H:MD5,HAVAL(224)". All parameters are optional
! Fixed issue with language interface
Top
Version 1.62.780.7200 (11/30/2011)
! Fixed problem with loading the wrong language interface
+ Added Italian interface
Command line switch to force run the program in Italian interface is IT
e.g. "HashCodes_x86.exe /lang:it" runs program with Italian interface
Top
Version 1.60.622.8200 (6/25/2011)
! Fixed crash on machines with removeable devices attached on SATA interface
+ The main window is always on top by default. Useful for drag and drop operations
You can change this option by clicking right mouse button on the title bar
+ The main window can be resizing
+ Added checking for updates and downloading new version option
+ Added Chinese (Simplified), Chinese (Traditional), Spanish interface
Command line switch to force run the program in Chinese (Simplified) interface is zh-CHS,
Chinese (Traditional) interface is zh-CHT, and Spanish interface is ES
e.g. "HashCodes_x86.exe /lang:zn-chs" runs program with Chinese (Simplified) interface
Top
Version 1.56.270.8500 (7/7/2010)
+ Added Slovenian interface
Command line switch to force run the program in Slovenian interface is SL
For example: "HashCodes_x86.exe /lang:sl" runs program with Slovenian interface
+ Minor updates
Top
Version 1.54.248.8032 (6/17/2010)
+ Added Gost, Haval and Tiger hash functions
To set the Haval function parameters click by the right mouse button on Haval on the list
+ Added German interface
+ Added command line parameter /LANG that can be use with
en (English), de (German), pl (Polish), sl (Slovenian) option
To force a specific language run the program from command line
For example: "HashCodes_x86.exe /lang:de" runs program with German interface
This parametr does not work on Windows XP
+ Added Drag and Drop support for files
Top
Version 1.40.98.8200 (1/17/2010)
! Fixed: running the program with /T parameter blocking the edit control for text input.
! Changed command line parameter from /L to /S and added some new:
HashCodes [/A] [/S] [/T | /V] [/LOG] [/H[:| ]HASH1,HASH2,...] [Data]
/S - hash values are shown in small caps
/V - show all available CD/DVD drives
/LOG - all hash codes will be saved in the log of Log subdirectory. If you do not have
permissions to save in that folder, logs will be saved in the system folder
'AppData' of the current user
+ Added option for CD/DVD hashing
+ Added functions Adler32, CRC64, RIPEMD-128, RIPEMD-160, RIPEMD-256, RIPEMD-320,
Whirlpool (ver. 3.0 (12.03.2003)), MD2, MD4, MD6 (rev. 15.04.2009)
+ Added MD6 parameters in command line:
HashCodes [/S] [/T | /V] /H[:]MD6 [d[:]256] [/K[:]Key] [/L[:]64] [/r[:]104] [Data]
/d - number of bits in the MD6 final output (1 <= d <= 512)
(Default value: 256)
/K - the key (max length: 64 chars) (Default value: "" (empty string))
/L - mode parameter (maximum level number) (Default value: 64)
/r - number of 16-step rounds in the compression function computation
(Default value: 40 + [d/4])
+ Added English interface
+ Improved the progress bar - now displays current state of hashing
+ Added log option
+ Added save option
+ Added suspend, resume and stop options for threads
+ Added the hashing time on title bar
+ Added menu item 'Copy to compare'
+ Added info about file size, CD/DVD capacity and text length
Top
Version 1.3.72.5315 (12/21/2009)
! Fixed: clicking the contact email address in About dialog cause an error
+ Added SHA-1-IME hash function
+ Added command line options:
HashCodes [/A] [/L] [/T] [/H[:| ]HASH1,HASH2,...] [Data]
/A - show all hash functions
/L - hash values are shown in lowercase
/T - [Data] is text (not a path). In other way [Data] point to path of file
[Data] can but need not be placed in quote mark
/H - allows to display desired hash functions on the list e.g. /H:CRC32,SHA-1
Top
Version 1.1.910.25220 (10/25/2009)
! Fixed: incorrect SHA-1 hash code for 0 byte data
+ Added SHA-0, SHA-224, SHA-256, SHA-384, SHA-512 hash functions
+ Added option lower/uppercase for hash values
Top
Version 1.0.910.19210 (10/19/2009)
First release
Functions: CRC32, MD5, SHA-1
Top
|