Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

🔑 Generate a file's hashes in Java.

License

Notifications You must be signed in to change notification settings

hyperdefined/hash-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hash Generator

This is a simple program that will calculate a file's hashes.

Browse for a file and open it. The hashes will be in the text field.

screenshot1 screenshot2

Download

Head over to the releases to download.

To Edit

You will need Commons Codec 1.4 to edit this. Just download this and add it to the build path.

Licenses

Hash Generator is released under the MIT License.

Commons Codec 1.4 is released under the Apache 2.0 License. A jar of this library is in the release jars. I never changed the code of the jars, just used the library for code.

A copy of each license is also in the released .jar files.