Tool for detecting bit corruption or data errors
Tool for detecting bit corruption or data errors
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?
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.
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.
In case it helps, here's my take: https://github.com/kilrah/hashcheck