Skip to content

A Java Swing Application used in order to calculate the unique Hash Value for a user-specified file. Features options for both MD and SHA Hashing Algorithm Formulas.

Notifications You must be signed in to change notification settings

tmfontan/FileHashValueGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

File Hash Value Generator

This Java Swing GUI Tool allows users to generate a unique Checksum Hash Value of any specified file on thier machine. Hashing is an algorithm that calculates a fixed-size bit string value from a file. A file basically contains blocks of data. Hashing transforms this data into a far shorter fixed-length value or key which represents the original string. The hash value can be considered the distilled summary of everything within that file.

This Application gives the user

About

A Java Swing Application used in order to calculate the unique Hash Value for a user-specified file. Features options for both MD and SHA Hashing Algorithm Formulas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages