The post Vitalik Buterin Warns, Quantum Computers Could Break Crypto by 2040 appeared first on Coinpedia Fintech News
Ethereum co-founder Vitalik Buterin has raised fresh concerns about the future of cryptography in the age of quantum computing. Vitalik warns that quantum computers could break today’s cryptography by around 2040, with roughly a 20% chance that this could happen before 2030.
Why Quantum Matters for Crypto
Cryptography isn’t just about passwords or private emails, it secures the entire digital economy. From online banking to cryptocurrency wallets and smart contracts, all rely on algorithms designed to resist attacks from classical computers.
A powerful quantum machine could, however, crack these defenses far faster, putting everything from financial assets to personal data at risk.
Ian Miers Raises the Concern of Soundness
Ian Miers explained that the real issue isn’t just the possibility of a future attacker decrypting old data. Instead, the deeper concern is soundness, ensuring that cryptographic systems, including blockchains, remain trustworthy even against the power of quantum computing.
Lack of market certainly would prevent it if nothing else.
I'm not sure quantum changes that short term, or needs to: You have non-stark PQ schemes (e.g., ligero). And Groth16 etc are statistically zero-knowledge, so they should be post quantum private(not sound) IIRC.
He pointed out that STARKs, a cryptographic proof system, may be pushed to evolve into more zero-knowledge (zk) structures. This shift could come as they compete with post-quantum sound and zk schemes, but he left an open question: Will those incentives be enough to ensure long-term safety?
Vitalik Buterin Brings Forecasts Into the Conversation
Responding to Miers, Vitalik Buterin highlighted predictions from forecasting platform Metaculus. According to its data, the median estimate for when quantum computers could break today’s cryptography is 2040, though there is about a 20% chance this happens before 2030.
Despite the risks, the crypto community is not standing still. Researchers are already working on post-quantum cryptography, new algorithms designed to survive quantum attacks.
At the same time, zk-proofs and STARKs continue to evolve, showing promise for more resilient systems.
function subscribed_popupmodal(template_id) { var templateId = ‘6’; getAllSubscriberCategoryList([templateId]); var subcribemodal = window.parent.document.getElementById(‘subscribe-modal-design’); if (subcribemodal) { var modalContent = `
Never Miss a Beat in the Crypto World!
Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now
if (storeCheckedId.length === 0) { var unsubcribedPopUpmodal =
`
You’ve Unsubscribed Successfully
We’re sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community!
Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community!
`;
let selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’); let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split(‘_’)[0]); let subscribedCategoriesString = subscribedCategories.join(‘, ‘);
subscribedmodal.innerHTML = subscribedPopupModal; if (document.getElementById(‘selectidname’)) { document.getElementById(‘selectidname’).textContent = subscribedCategoriesString; }
function closeModal(template_id) { var modalId = template_id; var modal = document.querySelector(‘#’ + modalId); // Using querySelector to find the modal
// Function to get cookies function getCookie(name) { let value = “; ” + document.cookie; let parts = value.split(“; ” + name + “=”); if (parts.length == 2) return parts.pop().split(“;”).shift(); }
// Get user token from cookies const userToken = getCookie(‘user_token’);
if (subscribewithoutData === ‘true’ && userToken) { // Call the modal function with the category ID subscribed_popupmodal(subscribe_clicked_cat_id);
// Remove the flag and category ID from localStorage localStorage.removeItem(‘subscribe_without_Login’); localStorage.removeItem(‘subscribe_clicked_id’); } });
var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
}
function updateButtonText(anyActive) { var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’); if (subscribeButtonSpan) { if (anyActive) { subscribeButtonSpan.textContent=”Subscribe Now”; } else { subscribeButtonSpan.textContent=”Unsubscribe”; } } }
function updateSubscriptionButton() { var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
// Update the button text based on whether any list item has the ‘active’ class updateButtonText(anyActive); } document.addEventListener(‘click’, function(event) { var clickedItem = event.target.closest(‘.subscription-options li’); if (clickedItem) { var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’); if (checkbox) { checkbox.checked = !checkbox.checked; updateSubscriptionButton(); } } });
FAQs
What is the quantum computing threat to crypto?
Quantum computers could break the cryptography securing blockchains and digital wallets by 2040, with a 20% chance it happens before 2030, risking all digital assets.
What does ‘soundness’ mean in quantum crypto?
Soundness ensures cryptographic systems like blockchains remain trustworthy and secure even against the superior processing power of future quantum computers.
How is the crypto community preparing?
Researchers are developing post-quantum cryptography and advancing zero-knowledge proof systems like STARKs to create quantum-resistant algorithms and blockchains.
Are current cryptocurrencies quantum-safe?
No. Current crypto like Bitcoin and Ethereum rely on classical cryptography. The community is actively working on post-quantum solutions to future-proof digital assets.