openssl AES256 with a common standardized Password-Based Key Derivation Function
#11
(01-29-2020, 10:26 AM)philsmd Wrote: Did you try to use this btcrpass.py tool to crack your file ? Does it even work ?

Yes, it's working:

Code:
python.exe btcrecover\btcrecover.py --tokenlist btcrecover\tokenlist.txt --wallet hashcat-20200128133332.key
Starting btcrecover 0.17.10 on Python 2.7.16 64-bit, 16-bit unicodes, 32-bit ints
btcrecover.py: notice: use --android-pin to recover the spending PIN of
    a Bitcoin Wallet for Android/BlackBerry backup (instead of the backup password)
Wallet difficulty: 3 MD5 iterations
Counting passwords ...
Done
Using 8 worker threads
78780127 of 92236816 [############################-----] 0:02:59, ETA:  0:00:30
Password found: 'test'
Reply


Messages In This Thread
RE: openssl AES256 with a common standardized Password-Based Key Derivation Function - by derlange2k - 01-29-2020, 05:47 PM