Password Construction Location?
#1
Hi all,

I'm trying to find where the construction of each password used to generate each guess is located in the source. I want to allow multi character insertions instead of building the password char by char. I'm aware this will likely have a detrimental effect on speed.

The whole idea is to use graphemes to construct the password and graphemes can be up to 4 characters long. Then I can use a list of graphemes as a charset.

But first step is finding where the passwords are constructed in hashcat.

Thanks
Reply


Messages In This Thread
Password Construction Location? - by pluna - 09-12-2023, 02:06 AM
RE: Password Construction Location? - by royce - 09-12-2023, 03:12 AM
RE: Password Construction Location? - by pluna - 09-12-2023, 03:51 AM
RE: Password Construction Location? - by pluna - 09-13-2023, 02:22 AM