Drag&drop SHA-384 generator
Golang >= 1.8
First, you need to build the binary:
go build main.go
Drag and drop files you wish to generate checksums for onto the binary/executable. Then the application will create checksums.txt file for you.
Available commands:
./main -h
./main {file1} {file2} {file3} ...
./main -c {file1} {file2} {file3} ...