Crackpos incorrect
#2
as you might already know, if you use any amplifier (like rules) the total number of password candidates will increase. This implies also that the "Progress" number in the status screen will get larger and larger the more rules you use.

The "crackpos" value will take this offset into account too. i.e. it won't only reflect the word position but also the word_pos * rule_pos etc... I think you get the idea (to get the full technical details I would recommend looking into the source code file e.g. src/outfile.c etc).

There is one caveat, crackpos must be considered as an indicator that helps for statistical/forensic/analysis purposes and should be treated as an indicator which passwords are cracked first (or which are easier to crack etc).

Of course it could in theory give slightly different results if you test with different systems and/or different GPUs on a system whenever for instance multiple rule+word combinations would crack the same hash etc.

Statistically viewing it it's a quite robust/good indicator, but of course since the password cracking is highly parallelized there could be different "crackpos" reported during different launches (especially if you have multiple GPUs or are comparing it with different machines etc).

At the end it's a negligible offset of course (if any), but that's how "crackpos" was intended to be used i.e. only to see which passwords are easier to crack compared to others etc.
Reply


Messages In This Thread
Crackpos incorrect - by ApexCracker - 02-14-2019, 10:00 PM
RE: Crackpos incorrect - by philsmd - 02-15-2019, 09:39 AM
RE: Crackpos incorrect - by ApexCracker - 02-15-2019, 12:01 PM
RE: Crackpos incorrect - by atom - 02-15-2019, 04:21 PM
RE: Crackpos incorrect - by ApexCracker - 02-15-2019, 07:48 PM
RE: Crackpos incorrect - by undeath - 02-15-2019, 08:00 PM
RE: Crackpos incorrect - by ApexCracker - 02-15-2019, 09:11 PM
RE: Crackpos incorrect - by undeath - 02-15-2019, 09:24 PM
RE: Crackpos incorrect - by ApexCracker - 02-15-2019, 09:26 PM
RE: Crackpos incorrect - by undeath - 02-15-2019, 09:35 PM
RE: Crackpos incorrect - by ApexCracker - 02-16-2019, 01:08 AM
RE: Crackpos incorrect - by atom - 02-16-2019, 10:35 AM
RE: Crackpos incorrect - by undeath - 02-16-2019, 12:10 PM