Skip to content

weichih-c/HashGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashGenerator

It's a java Command Line Tool which can generate hash value of a specific file or all files in a Directory.

Hash Function Implement

Now it just implement MD5 Hash.

If someone want to get the SHA-256 value can modify the parameter in "MD5Converter.java"

Usage

Get Hash value of a file

java HashGenerator -f filePath

Get Hash value of all files in a directory

java HashGenerator -d directoyrPath

About

Java Hash generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages