![]() |
LUKS (14600) - benchmark parameters - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: LUKS (14600) - benchmark parameters (/thread-9563.html) |
LUKS (14600) - benchmark parameters - hashfish - 10-13-2020 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. RE: LUKS (14600) - benchmark parameters - undeath - 10-13-2020 looks like sha1 to me: https://github.com/hashcat/hashcat/blob/master/src/modules/module_14600.c#L22 RE: LUKS (14600) - benchmark parameters - hashfish - 10-13-2020 (10-13-2020, 01:57 PM)undeath Wrote: looks like sha1 to me: https://github.com/hashcat/hashcat/blob/master/src/modules/module_14600.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. |