Hi guys, I'm a technical layman and I'm wondering if you could do the following:
just suppose that through quantum computing or whatever, Bitcoin encryption becomes insecure. Couldn't you then just use the latest encryption methods to update the old Bitcoin encryption method so to speak? So by making the old private Bitcoin key secure again with a new method and combining it somehow.
Of course I don't know if this really works, but there should be a possibility to upgrade the Bitcoin encryption somehow? Or will the encryption remain unchangeable forever?
First of all, Bitcoin uses a digital signature algorithm and hashing, not "encryption". They are cryptographic functions and the signature algorithm is similar to encryption, but neither of them are what is commonly referred to as "encryption".
Next, yes, if the current signature algorithm or one of the hashing algorithms were to become weak due to advancements in cryptography (quantum or otherwise), then new algorithms that are still considered to be "unbroken" could be swapped in to take their place.
Note that you would need to create a transaction and send your bitcoins to the new address to have the protection of the new algorithms. There is no way to just apply the new algorithms to your current addresses.
If that happen the bitcoin will need a new fork to keep working.
It can change but it has to be done in a hardfork
I'm sure someone will come correct me if I'm wrong, but I'm pretty confident that it would not require a "hard fork". Just like SegWit was introduced without forking the blockchain, similar techniques could be used to introduce other new algorithms.
And the fact that it's a hard fork means that it's also dependent on the majority of miners supporting it (and abandoning the original one) by directing its hashrate towards it. Which should be easy to convince them to do if there's a threat that everyone's money will become worthless.
That sounds like a soft fork. I'm pretty sure a soft fork requires a SIGNIFICANT majority of miners (and/or mining pools), and a hard fork requires an OVERWHELMING majority of all users (miners, pools, nodes, merchants, consumers, HODLERs, investors, speculators, etc).