Hash Calculator Changelog

What's new in Hash Calculator 1.3

Jun 25, 2009
  • Wrapped into a single jar file: I have now wrapped the entire application along with the resources like images and the doc files inside a single jar file with the help of the fatjar hence making it easier to distribute and also avoids the possibility of loosing any important resource files.
  • Added Native Look & Feel: I have given the application native look & feel so that the application interface will resemble the users' operating systems look and feel making it more user friendly.
  • Removed Algorithm Name from the Hash text output: From a usability standpoint, based on suggestions from users I have now removed the algorithm name that is appended to the calculated hash text in the textbox in order to maximise the viewable hash. Since it is already known what hashing algorithm is being currently used, mentioning it again in the hash text box was redundant and also reduced the visibility of the hash itself especially in the case when the hash is reasonably long.
  • Fixed Click To Hash Button's Tooltip: The click to hash button in the main screen had a static tooltip which indicated "Click to calculate MD2 hash" even when the hashing algorithm was other than MD2, I have fixed this to be a dynamic tooltip indicating the current hashing algorithm being used.
  • Fixed initial status bar message error: The initial status bar message that is displayed in the startup of the application indicated the incorrect version information, I have fixed this in this release. I hope this application serves a good purpose to you and helps you in your work. I have tried to make sure it is working perfectly and is extremely easy to use for just about anybody, but I still may lack a thing or two from here and there. I would appreciate feedback from you so if you have any suggestions or ideas or any problems that you may have faced, please do inform me about the same. e-mail : [email protected]

New in Hash Calculator 1.2 (Jun 24, 2009)

  • In Hash Calculator v1.2, I have introduced two major new things:
  • 1. Comparison Option:
  • This option allows users to input a MD2, MD5, SHA-1, SHA-256, SHA-384, SHA-512
  • checksum hash that was got from the site where you downloaded the file to compare it
  • with the calculated hash to see if the file indeed is the same and is not a corrupt
  • or malicious file.
  • Though this option makes more sense in the File mode and will be used
  • in that mode only, I have (for now) provided this option for both modes
  • Text Mode and File Mode.
  • As soon as one calculates the hash it asks the user for comparison, though
  • one can also compare the calculated hash at a later time by clicking on the
  • compare button in the toolbar, or the compare menu option under File menu or
  • also from the right click context menu to make things easy.
  • 2. Help Section:
  • Finally I have now completed the help section of my application to a
  • satisfactory extent. Now you can look at the help section for help
  • regarding how to use the application and other related things.
  • The help section also has a search section where you can search for
  • particular words or strings within the entire help documents to make
  • things easier for users.
  • Currently the search section searches only for strings and not regular
  • expressions and is also case sensitive. In future releases I will try to
  • include such features in it to make things more easier and I am currently
  • working on them.