Unsupported format (md5($salt.$pass) / Wordpress)?
#1
I'd like to audit some Worpress hashes. Hash format is 00112233445566778899aabbccddeeff:0011. According to documentation, it's format is md5($salt.$pass), AKA phpass. A quick test with JtR show that the format is correct: known test hashes are successfully cracked (using --format=phpass).

Using hashcat, the hashes are not accepted:
Is it possible to convert my hashes to m=400 of m=20? Perhaps any other options? Thanks!


Messages In This Thread
Unsupported format (md5($salt.$pass) / Wordpress)? - by jeroen - 08-30-2017, 11:31 PM