F5F Stay Refreshed Software Operating Systems Tool for detecting bit corruption or data errors

Tool for detecting bit corruption or data errors

Tool for detecting bit corruption or data errors

M
MatimebrosHD
Junior Member
16
02-23-2016, 01:03 AM
#1
I need a way to define a specific folder or even a drive. The program should scan all files and subfolders there, compute checksums for each, save them to a file or database. Later, I want to reload the data, recompute checksums, compare them with stored values, and mark any discrepancies. Any similar solution exists?
M
MatimebrosHD
02-23-2016, 01:03 AM #1

I need a way to define a specific folder or even a drive. The program should scan all files and subfolders there, compute checksums for each, save them to a file or database. Later, I want to reload the data, recompute checksums, compare them with stored values, and mark any discrepancies. Any similar solution exists?

D
davidspyro
Member
213
02-23-2016, 03:04 AM
#2
You're encountering an issue with Md5Checker when processing files containing non-English characters. It may attempt verification but won't store those files. Consider using a different tool or adjusting settings to handle international content properly.
D
davidspyro
02-23-2016, 03:04 AM #2

You're encountering an issue with Md5Checker when processing files containing non-English characters. It may attempt verification but won't store those files. Consider using a different tool or adjusting settings to handle international content properly.

C
Cokkie77
Senior Member
556
02-23-2016, 09:44 AM
#3
It's been something I've been eager to develop for a while across different platforms, but nothing met my expectations. I began crafting a project that seemed strong, though it still requires significant effort... a Python script, command-line interface, and data stored in a SQLite database. Hashing performance is impressive at 400MB/s so far, even without multithreading.
C
Cokkie77
02-23-2016, 09:44 AM #3

It's been something I've been eager to develop for a while across different platforms, but nothing met my expectations. I began crafting a project that seemed strong, though it still requires significant effort... a Python script, command-line interface, and data stored in a SQLite database. Hashing performance is impressive at 400MB/s so far, even without multithreading.

J
Jason_OCE
Junior Member
21
02-23-2016, 10:21 AM
#4
In case it helps, here's my take: https://github.com/kilrah/hashcheck
J
Jason_OCE
02-23-2016, 10:21 AM #4

In case it helps, here's my take: https://github.com/kilrah/hashcheck

V
Venetis
Junior Member
3
03-15-2016, 09:44 AM
#5
Thanks! I'll begin with Md5 Checker, as I don't have any Python skills—hope the script helps.
V
Venetis
03-15-2016, 09:44 AM #5

Thanks! I'll begin with Md5 Checker, as I don't have any Python skills—hope the script helps.