openssl AES256 with a common standardized Password-Based Key Derivation Function
#16
Thank you, i did get it to work.  For others.  Go to https://github.com/magnumripper/JohnTheR...-jumbo/run

Pull the file Multibit2john.py.  Run it using python example cmd line below
D:\Canopy\UserPython multbit2john.py testbutt.key

This outputs in the command line
TestButt.key:$multibit$1*2740fa862f94fbd0*2452f8f27b553fec7b91ef581b7e3e42097920e9f4729cebaa2adcfe6553a651

copy starting at first $, copy to new text file.  Rename extension to .key
Run Hashcat with command
./hashcat -m 22500 -a 3 testbutt.key (ADD MASK MODIFIERS ie. ?a?a?a?a)

My 1070 is getting 151-158MH/S.
Reply


Messages In This Thread
RE: openssl AES256 with a common standardized Password-Based Key Derivation Function - by majbatman - 02-09-2020, 12:58 AM