HC and Blowfish Advanced CS Help
#11
You really helped doing that decode and annotation -- made the whole thing pretty easy. Like you, I got misled by the source, by the use of the word "key" with reference to the MD5 check (in the call to TKeyHashSimple.Create) -- it's not the SHA-1-generated key that gets passed in, it's actually the raw passphrase. So, to check if a password is a valid candidate for decryption, you don't even *need* to do any SHA-1 or key construction -- the MD5 check is sufficient. I nearly hurt myself laughing when I realised how simple (and bad) it is.

I've got the C module code and an -a3 (brute-force) kernel that cracks a test crypted file already written; wordlist and combo kernels are a few lines of copy-paste away. Benchmark on a 3-year-old Intel mobile CPU:

Hashmode: 24300 - BFACS

Speed.#2.........: 176.4 MH/s (47.31ms) @ Accel:1024 Loops:1024 Thr:1 Vec:8
Reply


Messages In This Thread
HC and Blowfish Advanced CS Help - by Romeo3442 - 05-07-2020, 06:07 PM
RE: HC and Blowfish Advanced CS Help - by womble - 05-08-2020, 03:43 AM
RE: HC and Blowfish Advanced CS Help - by philsmd - 05-10-2020, 07:34 AM
RE: HC and Blowfish Advanced CS Help - by womble - 05-10-2020, 03:45 PM
RE: HC and Blowfish Advanced CS Help - by womble - 05-15-2020, 05:27 AM
RE: HC and Blowfish Advanced CS Help - by 0x4n6 - 05-15-2020, 07:05 AM
RE: HC and Blowfish Advanced CS Help - by womble - 05-15-2020, 07:46 AM
RE: HC and Blowfish Advanced CS Help - by philsmd - 05-15-2020, 08:39 AM
RE: HC and Blowfish Advanced CS Help - by womble - 05-15-2020, 11:38 AM
RE: HC and Blowfish Advanced CS Help - by philsmd - 05-15-2020, 12:59 PM
RE: HC and Blowfish Advanced CS Help - by 0x4n6 - 05-15-2020, 04:13 PM
RE: HC and Blowfish Advanced CS Help - by womble - 05-16-2020, 03:55 AM
RE: HC and Blowfish Advanced CS Help - by 0x4n6 - 05-19-2020, 08:20 AM
RE: HC and Blowfish Advanced CS Help - by womble - 05-19-2020, 04:07 PM
RE: HC and Blowfish Advanced CS Help - by 0x4n6 - 05-19-2020, 08:29 PM
RE: HC and Blowfish Advanced CS Help - by NoolanJ - 08-19-2022, 11:02 PM
RE: HC and Blowfish Advanced CS Help - by womble - 02-20-2024, 02:06 AM