JMd5Sum 0.5 review

Download
by rbytes.net on

JMd5Sum is a GUI MD5/SHA digest generator. I’m used to living in a Unix world which is one where when I want to know the MD5 s

License: The Apache License 2.0
File size: 102K
Developer: M Litherland
0 stars award from rbytes.net

JMd5Sum is a GUI MD5/SHA digest generator.

I’m used to living in a Unix world which is one where when I want to know the MD5 sum for a downloaded file I can just type "md5sum filename" and it tells me the digest bytes.

That’s useful for making sure your download wasn’t corrupted in some way. Because of my laptop I need to live in a windows world sometimes and not having easy access to an md5sum command line utility prompted me to make a GUI one that would work in Linux, OSX and Windows.

By the way, it also does SHA1 sums, as that’s becoming the favorite after some recently discovered vulnerabilities with MD5.

Previously I had a blurb right here about how the program was slightly slow compared to other implementations. Still true, but now it’s much, much faster. Probably half as fast as a pure C implementation, so it’ll do a 100 mb file in a few seconds, not a minute or more like before (on relatively modern machines).

Installation:

From the command line just run java -jar jmd5sum.jar.

With this piece of software I’m changing my distribution steps. Instead of distributing a single jar file I’m distributing a zip or tgz file with all the software and libraries inside. That way I’m not doing anything questionable by including ujarred libraries inside of my jar. The software should still work with the instructions above.

Requirements:
Java 2 version 1.5

JMd5Sum 0.5 search tags