LUKS (14600) - benchmark parameters
#1
Newbie here. Please correct me if my question is dumb or if I misuse the hashcat jargon.

Hashmode 14600 supports all LUKS parameters.

That is, for hashes,

    PBKDF2-HMAC-SHA1
    PBKDF2-HMAC-SHA256
    PBKDF2-HMAC-SHA512
    PBKDF2-HMAC-RipeMD160

Here is my question : I'd like to know what hash is used in benchmark mode for LUKS (14600).

Please tell me where I can find this information, in any web resource or in the source code, but not by running hashcat as I didn't manage to install it.

NB: I'm not seeking help for hashcat install.
Reply
#2
looks like sha1 to me: https://github.com/hashcat/hashcat/blob/...4600.c#L22
Reply
#3
(10-13-2020, 01:57 PM)undeath Wrote: looks like sha1 to me: https://github.com/hashcat/hashcat/blob/...4600.c#L22

Yes I saw this line during my research, but was not sure about the meaning of "instead of in benchmark" (as you can guess, English is not my mother tongue).

Thank you for your quick reply, undeath.
Reply