Log File Format
#1
Is there any documentation on the log file format yet? I know it's a new feature, but I'm looking to parse the file and make the output available through pyHashcat. From what I can tell it looks like the parameters listed for each session are delimited by the keywords START and STOP.

What are the IDs on the left though (e.g TOP53a259ff)? Do they mean anything or are they just a unique ID for that run?

Is the format for the parameters, parameter[tab]value?
#2
Yeah, it's really not hard to find out Smile The ID's are just unique ID's.
#3
(06-26-2014, 01:02 PM)atom Wrote: Yeah, it's really not hard to find out Smile The ID's are just unique ID's.

Ok, thanks, just making sure I'm not missing some meaning in the ID. Now to figure out the best way to present the data to the user.