The program allows you to generate the hashes with the chosen algorithm (MD2, MD5, SHA-1, SHA-256, SHA-384 and SHA-512) of a single file or an entire folder (you can choose to scan the folder recursively or not recursively). It supports drag and drop of files and folders. The hash can be exported to text files.
Compiled with openjdk 8.
Usage: param 1: exclude symbolic links (0 or 1) [mandatory], param 2: exclude hidden files (0 or 1) [mandatory], param 3: folders to exclude [optional], param 4: texts to exclude [optional]
Example: java -jar JHashCode2.jar 1 1 /home/davide/snap,/home/davide/Video,/home/davide/vmware HomeBank
Source code available on https://github.com/davidesestiliwork/JHashCode2
See also JVerifier at:
https://sourceforge.net/projects/jverifier/
See also GenerateAndDownloadHash at:
https://sourceforge.net/projects/generateanddownloadhash/
Thanks to DDR Diego for translating in spanish language