openwall / john

John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
https://www.openwall.com/john/
Other
10.27k stars 2.1k forks source link

Formats which should handle input hash case changes in some manner (fixing or rejecting) (found by Kai's patch) #1752

Closed loverszhaokai closed 9 years ago

loverszhaokai commented 9 years ago

This patch https://github.com/loverszhaokai/JohnTheRipper/commit/01abf3ff176d371441b979fb750c885d3c91f0d9 found some formats which maybe should unify cases in split() and add FMT_SPLIT_UNIFIES_CASE. Most of these formats have been found by Jim's patch. See https://github.com/magnumripper/JohnTheRipper/issues/1742 There are many formats which my patch did not catch but Jim's patch did.

Both found by Jim's patch and my patch:

Only found by my patch:

jfoug commented 9 years ago

I am going to close this one, and add the new found items to #1472

magnumripper commented 9 years ago

You meant #1742 (luckily there was a link right above your post)