Ask HN: Isn't encryption *temporary* privacy?
Given that current encryption will someday be broken by quantum computers, all the companies who have copies of your encrypted data will have access to a massive backlog of your personal information. This includes the torrent of encrypted wifi data which exists in almost every household in America. Therefore, encryption is temporary privacy, wouldn't you say?
5 comments
[ 7.5 ms ] story [ 14.1 ms ] threadFurthermore, I think that there are (classical and practicable[0]) encryption schemes which cannot be attacked by e.g. Shor’s factorisation algorithm, although I fail to remember their names.
So, depending on the threat model, encryption may well be permanent privacy, but of course you have to take future developments into account – even classical computers will get better.
[0] At least more practicable than XOR with a key the length of the plaintext.
The power of quantum computers to break existing cryptographic algorithms is greatly exaggerated in the popular imagination. e.g. a quantum computer would not be able to instantly factorise large integers; it would be able to factorise them in about the time in which we can currently factorise integers half the length. Yes, attacks only get better, and computers get faster, but quantum computers aren't a magic silver bullet.
Now if current encryption methods will be easily broken by quantum computers, we just need to create methods that become even more time consuming/difficult to use quantum computers to model. As two-way encryption moves forward, what is stopping people from layering encryptions on the legacy data?
(b) The word "current" in your sentence is inaccurate in its most generous interpretation. All mainstream secret-key cryptography is believed to resist quantum computers.
(c) If you're relying on potentially-susceptible number-theoretic encryption algorithms like RSA, you could at some point switch to lattice or code-based alternatives.
You should read "An Introduction To Post-Quantum Cryptography", by Daniel Bernstein.