It's a java Command Line Tool which can generate hash value of a specific file or all files in a Directory.
Now it just implement MD5 Hash.
If someone want to get the SHA-256 value can modify the parameter in "MD5Converter.java"
Get Hash value of a file
java HashGenerator -f filePath
Get Hash value of all files in a directory
java HashGenerator -d directoyrPath