BugReport + Fix: SHA3 file not structured correctly

All your suggestions, requests and ideas for future development
Post Reply
subLuke
Posts: 1
Joined: 08 Apr 2021, 15:11

BugReport + Fix: SHA3 file not structured correctly

Post 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"
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: BugReport + Fix: SHA3 file not structured correctly

Post by rednoah »

Good catch! Fixed with FileBot r8373.
:idea: Please read the FAQ and How to Request Help.
Post Reply