I was thinking about just making this a PM to Harlan, but in the chance that someone else out there can answer this question or may benefit from the answer, I'm posting it here, obviously.
If my memory is correct, I seem to recall a PERL script floating around 3-4 years ago which could convert a .CSV file to an EnCase .HASH file. Is anyone familar with this or has a copy? If not this particular script, then how about any other utility or method I could use to quickly convert a bunch of .CSV files containing a Hash Set Name/Category and list of MD5 hash values into a usable .HASH format file. Thanks!
Jeff
http//
Not the script I was looking for, but it certainly answers the question.
Thanks for the speedy response, Harlan! )
Jeff
I don't know of a script that will convert a .csv file to an EnCase .hash file. This is the only way I'm aware of to get from *any* format to an EnCase .hash file format.
You may have it already solved (format for encase .Hash is on wiki) but I just got through writing a converter to go both ways, Encase to CSV and CSV to Encase. I received the Encase file format from them (sorry cant post it). I produced a version of it for Encase to post in their forum along with source code (VB.NET).
I ran into an issue w/ hash comparisons in EnCase, and instead of looking for ways to address a proprietary binary format, opted to use EnCase conditions instead.
You may have it already solved (format for encase .Hash is on wiki) but I just got through writing a converter to go both ways, Encase to CSV and CSV to Encase. I received the Encase file format from them (sorry cant post it). I produced a version of it for Encase to post in their forum along with source code (VB.NET).
All…
http//
Converter should be trivial.
You may have it already solved (format for encase .Hash is on wiki) but I just got through writing a converter to go both ways, Encase to CSV and CSV to Encase. I received the Encase file format from them (sorry cant post it). I produced a version of it for Encase to post in their forum along with source code (VB.NET).
All…
http//
www.forensicswiki.org/index.php?title=Encase_hash_files Converter should be trivial.
yes.. as I said on wiki, but I can tell not all the fields are correct (seeing from the format I received from Encase). I talked with Encase today, If you can access their support forum (for people with license) the converter I wrote will be posted along with source.