This is a Hash Calculating tool that calculates MD2,MD5,SHA-1,SHA-256,SHA-384,SHA-512 hash of text or a file. This has GUI developed in java swings.All it needs is sun jre installed.


http://hash-calculator.sourceforge.net





Separate each tag with a space.

Ratings and Reviews

Be the first to post a text review of Hash Calculator. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • hash-calculator 1.3 file released: HashCalculator+src_v1.3.zip

    In Hash Calculator v1.3, I have introduced these new things: 1. 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. 2. 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. 3. 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. 4. 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. 5. 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 : dhruva.sagar@gmail.com

    posted 196 days ago

  • hash-calculator 1.3 file released: HashCalculator_v1.3.jar

    In Hash Calculator v1.3, I have introduced these new things: 1. 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. 2. 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. 3. 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. 4. 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. 5. 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 : dhruva.sagar@gmail.com

    posted 196 days ago

  • Forum thread added

    dhruvasagar created the Version 1.3 Released forum thread

    posted by dhruvasagar 196 days ago

  • Version 1.3 Release

    I have released newer version 1.3 of Hash Calculator with the following changes: In Hash Calculator v1.3, I have introduced these new things: 1. 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. 2. 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. 3. 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. 4. 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. 5. 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 : dhruva.sagar@gmail.com

    posted by dhruvasagar 196 days ago

  • File released: /hash-calculator/1.3/HashCalculator+src_v1.3.zip

    posted 196 days ago

  • File released: /hash-calculator/1.3/HashCalculator_v1.3.jar

    posted 196 days ago

  • Forum thread added

    dhruvasagar created the Version 1.2 released forum thread

    posted by dhruvasagar 1064 days ago

  • New Release!!!

    Hash Calculator v1.2 released which has the complete help section where you can search as well and has the all new compare option where you can compare the hash results of files for doing checksum. Download the latest release Hash Calculator v1.2 now. See the change log for details.

    posted by dhruvasagar 1064 days ago

  • hash-calculator 1.2 file released: hash_calculator_jar+src_v1.2.zip

    Change Log 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. 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 : dhruva.sagar@gmail.com

    posted 1064 days ago

  • hash-calculator 1.2 file released: hash_calculator_jar_v1.2.zip

    Change Log 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. 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 : dhruva.sagar@gmail.com

    posted 1064 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Hash Calculator Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks