|
|
|
|
|
by flashdance
3117 days ago
|
|
Yes, maybe, kind of? With quantum computing it's expected that the ECDSA public-key cryptography used in bitcoin addresses will be broken. However, the ECDSA public key is only exposed when your first transaction out of the address is signed. If you only use addresses once (recommended practice), an attacker would have to break your private key faster than it takes for your transaction to propagate to the entire network in order to steal your coins. It would take a long time between the first cracking of ECDSA to nearly instantly being able to crack it. For example, the first publicly-disclosed attack on SHA1 took 110 GPU-years. If the accounts listed by the OP have sent transactions in the past and reused addresses (which was common back in 2010/11), it's possible the private keys can be bruteforced in the future. If not, we don't know the ECDSA public key for the address. Bruteforcing it gets a LOT harder--but never say never. |
|