gurnec / HashCheck

HashCheck Shell Extension for Windows with added SHA2, SHA3, and multithreading; originally from code.kliu.org
Other
1.73k stars 193 forks source link

Save result of verification to local disk #55

Open sulebust opened 5 years ago

sulebust commented 5 years ago

When I run a verification of a checksum file generated by searching a large number of folders the result can be very long. There should be a way to export e.g. "mismatch" and "unreadable" results to a .csv file (or other usable format).

sergeevabc commented 5 years ago

Err… @gurnec, hello?

Schweinepriester commented 4 years ago

+1! Another option would be to improve command line capabilites to be able to write the whole output to a file, but that might be difficult according to http://code.kliu.org/hashcheck/faq.html#faq-command-line

EDIT: Or at least allow us to copy the rows…

Schweinepriester commented 4 years ago

Another comment to let you know I've found a way which works for me: https://www.nirsoft.net/utils/sysexp.html

Details Via I've found . Example result of verification (it's german, sorry): ![image](https://user-images.githubusercontent.com/2644614/71303466-778ef180-23b9-11ea-9bf3-f311f7375b83.png) Using SysExporter (UI): ![image](https://user-images.githubusercontent.com/2644614/71303482-a016eb80-23b9-11ea-94df-eaefe293cf87.png) Which is exportable, e.g. in a CSV: ``` Dateiname,Größe,Status,Erwarteter Hash,Tatsächlicher Hash F:\Audio\Mediathek\Musik\Isis\In the Absence of Truth\9. Garden Of Light.mp3,,Unlesbar,fde4569add92c4bb29c20d5a877ee366667c48738161d55c3b4c29cf6a896ebf03c89e6b86ed12ce6e08615e07f8c388e2665235acf7a7f3f3ca59f776b0a5dd, F:\Audio\FLAC\Foo Fighters\xFoo Fighters - (1997)The Colour And The Shape (Bonus CD)\Foo Fighters - The Color and the Shape (Bonus CD)\01 - Requiem.flac,,Unlesbar,7301dbd9f91c9bf9b7ee239255aa9fa1b8b50a3ef5b9b3dd1f5a6582707cb3664d52197735681f129063be5755fb615e51619b45185aa4bbc186ebcf95465bea, F:\Audio\FLAC\Foo Fighters\xFoo Fighters - (1997)The Colour And The Shape (Bonus CD)\Foo Fighters - The Color and the Shape (Bonus CD)\02 - Drive Me Wild.flac,,Unlesbar,3713160d0ee09c2339b40fd660b957e03bed8e5e65587a9fbcd46125a8d0cb999be8672fc8a14714e4ebcd43da0de8ac60ddb8c24d316b757298d5e7366cf307, … ```

Having this natively would still be better of course.