Hi,
bitcoin2hashcat.py from @epixoip allow us to extract hash(es) from a btc wallet.
Question: is it safe to share this hash on internet?
Does the hash contain sensitive data ? Like my public address?
I noticed the variable "public_key" is in the hash, and a function called "public_key_to_bc_address(public_key):" allows to 'convert' it.
Does that mean that if I share the extracted hash from my bitcoin wallet, one is able to go back to my public address and then know the balance of my wallet?
Thank you.
bitcoin2hashcat.py from @epixoip allow us to extract hash(es) from a btc wallet.
Question: is it safe to share this hash on internet?
Does the hash contain sensitive data ? Like my public address?
I noticed the variable "public_key" is in the hash, and a function called "public_key_to_bc_address(public_key):" allows to 'convert' it.
Does that mean that if I share the extracted hash from my bitcoin wallet, one is able to go back to my public address and then know the balance of my wallet?
Thank you.