An open API service indexing awesome lists of open source software.

https://github.com/thejaxon/hashgenerator

A utility written in Java to display MD5, SHA1 & SHA256 hashes for offline files.
https://github.com/thejaxon/hashgenerator

hashes java md5 sha1 sha256 swing-gui

Last synced: about 1 year ago
JSON representation

A utility written in Java to display MD5, SHA1 & SHA256 hashes for offline files.

Awesome Lists containing this project

README

          

# HashGenerator
A utility written in Java to display MD5, SHA1 & SHA256 hashes for offline files.

This utility uses Apache Commons Codec for the hash generation process
https://commons.apache.org/proper/commons-codec/download_codec.cgi

The utility worked fine on both windows and Linux platforms , the problem was with macOS since the jFileChooser used didn't work the way it did with the mentioned platforms.

### Screenshot
![hg](https://user-images.githubusercontent.com/13862182/27365788-42685e5c-5642-11e7-97e3-62296cda7692.jpg)