Salts in Bitcoin wallet.dat hashes
#14
Read https://github.com/openwall/john/blob/bl...in2john.py
You'l see:
Code:
crypted = 'salt' in json_db['mkey']
...
sys.stdout.write("$bitcoin$%s$%s$%s$%s$%s$2$00$2$00\n" %
            (len(cry_master), cry_master, len(cry_salt), cry_salt, cry_rounds))
You can identify the 'salt' (définition of salt here can be challenged) in your hash.
Reply


Messages In This Thread
Salts in Bitcoin wallet.dat hashes - by MA40 - 11-08-2020, 07:49 PM
RE: Salts in Bitcoin wallet.dat hashes - by MA40 - 11-15-2020, 04:15 PM
RE: Salts in Bitcoin wallet.dat hashes - by Mem5 - 11-19-2020, 12:32 PM
RE: Salts in Bitcoin wallet.dat hashes - by MA40 - 11-20-2020, 08:22 PM
RE: Salts in Bitcoin wallet.dat hashes - by MA40 - 11-20-2020, 10:01 PM
RE: Salts in Bitcoin wallet.dat hashes - by MA40 - 11-21-2020, 01:59 PM
RE: Salts in Bitcoin wallet.dat hashes - by Mem5 - 11-21-2020, 03:48 PM
RE: Salts in Bitcoin wallet.dat hashes - by MA40 - 11-21-2020, 07:43 PM
RE: Salts in Bitcoin wallet.dat hashes - by MA40 - 11-22-2020, 08:30 PM
RE: Salts in Bitcoin wallet.dat hashes - by Mem5 - 11-24-2020, 12:11 PM