openssl AES256 with a common standardized Password-Based Key Derivation Function
#15
as mentioned here: https://github.com/hashcat/hashcat/pull/2306 , you need to use multibit2john.py to convert the file to a hash... but you also need to remove the file name from the beginning... the hash should start with $multibit$1*

cracks perfectly fine with password "butt" (without quotes):
Code:
$multibit$1*2740XXXX2f94XXd0*2452XXXX7b553fec7b91efXXXXe3e42097920e9f4729XXXX2adcfe6XXXX651:butt
Reply


Messages In This Thread
RE: openssl AES256 with a common standardized Password-Based Key Derivation Function - by philsmd - 02-08-2020, 01:35 PM