Page 1 of 1

BugReport + Fix: SHA3 file not structured correctly

Posted: 08 Apr 2021, 15:27
by subLuke
The generated Hash-file isn't structured correctly, this in turn means that FileBot can't find the hashed files when loaded back in.
Below I've shown what the problem is and how it should be fixed.
I've already tested this by editing the file in a text-editor and loading it back into FileBot, after this change (dash changed to underscore) FileBot has no trouble finding the files again.

Is structured as:"HashCode" ?SHA3-384*"FileName"
Should be structured as: "HashCode" ?SHA3_384*"FileName"

Re: BugReport + Fix: SHA3 file not structured correctly

Posted: 09 Apr 2021, 03:24
by rednoah
Good catch! Fixed with FileBot r8373.