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.
- Host: GitHub
- URL: https://github.com/thejaxon/hashgenerator
- Owner: theJaxon
- Created: 2017-06-21T03:20:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T04:03:03.000Z (almost 9 years ago)
- Last Synced: 2025-02-07T13:30:51.873Z (over 1 year ago)
- Topics: hashes, java, md5, sha1, sha256, swing-gui
- Language: Java
- Size: 517 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
