idrassi / DirHash

Windows command line utility to compute hash of directories and files
BSD 3-Clause "New" or "Revised" License
111 stars 11 forks source link

errors in hash file lines should be reported #14

Closed nutpantz closed 3 years ago

nutpantz commented 3 years ago

Right now if there is one line corrupt dirhash fails to read any lines and report on any hashes. It just errors out

If lines are corrupt in the hash file the line number should be reported but dirhash should try to verify hashes of any good lines.

idrassi commented 3 years ago

Thank you for suggesting this enhancement. I have implemented in the commit https://github.com/idrassi/DirHash/commit/2efbe58d28f8984e90d1bb854d190602f0583863 and it will be available in upcoming 1.19 version.

idrassi commented 3 years ago

1.19 was released with this change