15 comments

  • rdl5 hours ago
    It will be interesting to compare PQ rollout to HTTPS rollout historically (either the &quot;SSL becomes widespread in 2015&quot; thing, or the deprecation SSL 3.0). Cloudflare is in an easy position to do stuff like this because it can decouple end user&#x2F;browser upgrade cycles from backend upgrade cycles.<p>Some browsers and some end user devices get upgraded quickly, so making it easy to make it optionally-PQ on any site, and then as that rollout extends, some specialty sites can make it mandatory, and then browser&#x2F;device UX can do soft warnings to users (or other activity like downranking), and then at some point something like STS Strict can be exposed, and then largely become a default (and maybe just remove the non-PQ algorithms entirely from many sites).<p>I definitely was on team &quot;the risks of a rushed upgrade might outweigh the risks of actual quantum breaks&quot; until pretty recently -- rushing to upgrade has lots of problems always and is a great way to introduce new bugs, but based on the latest information, the balance seems to have shifted to doing an upgrade quickly.<p>Updating websites is going to be so much easier than dealing with other systems (bitcoin probably the worst; data at rest storage systems; hardware).
    • jeroenhd4 hours ago
      If any kind of proof about serious quantum computers comes to light, browsers can force most websites&#x27; hand by marking non-PQ ciphers as insecure.<p>Maybe it&#x27;ll require TLS 1.4&#x2F;QUIC 2, with no changes but the cipher specifications, but it can happen in two or three years. Certificates themselves don&#x27;t last longer than a year anyway. Corporations running ancient software that doesn&#x27;t support PQ TLS will have the same configuration options to ignore the security warnings already present for TLS 1.0&#x2F;plain HTTP connections.<p>The biggest problem I can imagine is devices talking to the internet no longer receiving firmware updates. If the web host switches protocols, the old clients will start dying off en masses.
      • bwesterb4 hours ago
        No need for a TLS 1.4.<p>Leaf certificates don&#x27;t last long, but root CAs do. An attacker can just mint new certs from a broken root key.<p>Hopefully many devices can be upgraded to PQ security with a firmware update. Worse than not receiving updates, is receiving malicious firmware updates, which you can&#x27;t really prevent without upgrading to something safe first.
      • PunchyHamster2 hours ago
        There is no reason to not support non quantum safe algorithms for foreseeable future in the first place
        • greesil37 minutes ago
          You did not increase comprehension by not using a single negative.
    • bwesterb4 hours ago
      Waiting now means rushing even more close to the deadline! We added stats on origin support for post-quantum encryption. Not as much support as browsers of course, but better than I expected. Still a long road (and authentication!). <a href="https:&#x2F;&#x2F;radar.cloudflare.com&#x2F;post-quantum" rel="nofollow">https:&#x2F;&#x2F;radar.cloudflare.com&#x2F;post-quantum</a>
    • stingraycharles5 hours ago
      &gt; Updating websites is going to be so much easier than dealing with other systems (bitcoin probably the worst; data at rest storage systems; hardware).<p>IPv6 deserves a prominent spot there
  • hackerman700005 hours ago
    Cloudflare pushing PQ by default is probably the single most impactful thing that can happen for adotpion. Most developers will never voluntarily migrate their TLS config. Making it the default at the CDN layer means millions of sites get upgraded without anyone making a decision
    • jgrahamc5 hours ago
      Cloudflare has long been doing work on PQ (sometimes in conjunction with Google) and rolled out PQ encryption for our customers. You can read about where this all started for us 7 years back: <a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;towards-post-quantum-cryptography-in-tls&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;towards-post-quantum-cryptograph...</a> and four years ago rolled out PQ encryption for all customers: <a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;post-quantum-for-all&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;post-quantum-for-all&#x2F;</a><p>The big change here is that we&#x27;re going to roll out PQ authentication as well.<p>One important decision was to make this &quot;included at no extra cost&quot; with every plan. The last thing the Internet needs is blood-sucking parasites charging extra for this.
  • cetinsert5 hours ago
    You can do PQ queries with us at qi.rt.ht!<p>Which one do you think is PQ-secure?<p><a href="https:&#x2F;&#x2F;qi.rt.ht&#x2F;?pq={api.,}{stripe,paypal}.com" rel="nofollow">https:&#x2F;&#x2F;qi.rt.ht&#x2F;?pq={api.,}{stripe,paypal}.com</a>
    • 1a527dd54 hours ago
      That is a beautiful api.
  • wofo29 minutes ago
    Does this mean we should be migrating our SSH keys to post-quantum crypto right now?
  • lexlambda3 hours ago
    &gt; news.ycombinator.com:443 is using X25519, which is not post-quantum secure.<p>This is the result of Cloudflare&#x27;s test &quot;Check if a host supports post-quantum TLS key exchange&quot; offered on <a href="https:&#x2F;&#x2F;radar.cloudflare.com&#x2F;post-quantum" rel="nofollow">https:&#x2F;&#x2F;radar.cloudflare.com&#x2F;post-quantum</a>.<p>Hoping there is already a migration plan. Fortunately many modern tools make it easy to switch to PQ, maybe someone knows which stack HN is running and if it would be possible.
  • MrRadar2 hours ago
    Along similar lines, Mozilla recently updated their recommended server-side TLS configuration to enable the X25519MLKEM768 post-quantum key exchange now that it&#x27;s making it into actually-deployed software versions: <a href="https:&#x2F;&#x2F;wiki.mozilla.org&#x2F;Security&#x2F;Server_Side_TLS" rel="nofollow">https:&#x2F;&#x2F;wiki.mozilla.org&#x2F;Security&#x2F;Server_Side_TLS</a> At the same time they removed their &quot;old client&quot; compatibility profile as newer TLS libraries do not implement the necessary algorithms (or at least do not enable them by default) and slightly tweaked the &quot;intermediate&quot; compatibility profile to remove a fallback necessary for IE 11 on Windows 7 (now Windows 10 is the minimum compatible version for that profile).
  • weightedreply51 minutes ago
    Any information on future CPU&#x27;s with support for hardware accelerated PQC algorithms? Will all my old devices become slow when PQC is the norm and encrypted communication is no longer hardware accelerated?
    • MrRadar45 minutes ago
      Only the asymmetric portion of the cryptography (which is only used in the handshake) will need to use PQC algorithms. Symmetric crypto algorithms (AES&#x2F;ChaCha20&#x2F;SHA-*), which are used after the handshake, are not as badly affected by quantum computing so they&#x27;re not being replaced in the immediate term. I&#x27;m pretty sure that general purpose CPUs do not have hardware acceleration for the asymmetric crypto anyways.
    • mswphd48 minutes ago
      you don&#x27;t really need that tbh. you can get pretty good speedups using standard (vector) intrinsics. the new algorithms are (mostly) modular linear algebra (+ some concept of &quot;noise&quot;).
  • Bender5 hours ago
    Is this still theory or are there working Quantum systems that have broken anything yet?
    • tptacek4 hours ago
      Among cryptography engineers there was a sharp vibe shift over the last 2 months; there are papers supporting that vibe shift, but there&#x27;s also a rumor mill behind it too. The field has basically aligned fully in a way it hadn&#x27;t before that this is an urgent concern. The simplest way to put it is that everyone&#x27;s timeline for a real-world CRQC has shortened. Not everyone has the same timeline, but all those timelines are now shorter, and for some important (based on industry and academic position) practitioners, it&#x27;s down to &quot;imminent&quot;.
      • xienze3 hours ago
        &gt; The field has basically aligned fully in a way it hadn&#x27;t before that this is an urgent concern.<p>AKA “we want more funding.”
        • dralley1 hour ago
          There&#x27;s a simultaneous push coming from the government to support PQC, ASAP, so it&#x27;s not just researchers pushing this.
    • OkayPhysicist4 hours ago
      It&#x27;s theory. The concern is for avoiding a (likely, IMO) scenario where the only real indication that someone cracked QC is one or more teams of researchers in the field going dark because they got pulled into some tight-lipped NSA project. If we wait until we have an unambiguous path to QC, it might well be too late.<p>To avoid the scenario where for a prolonged period of time the intelligence community has secret access to QC, researchers against that type of thing are incentivized to shout fire when they see the glimmerings of a possibly productive path of research.
      • rectang2 hours ago
        &gt; <i>one or more teams of researchers in the field going dark</i><p>If the intelligence community is going to nab the first team that has a quantum computing breakthrough, does it actually help the public to speed up research?<p>It seems like an arms race the public is destined to lose because the winning team will be subsumed no matter what.
        • OkayPhysicist19 minutes ago
          It&#x27;s the same logic as any offensive technology: maybe the world would be a better place if we never invented the technology, but we can&#x27;t risk our enemies having it while we don&#x27;t, and even if they never develop it maybe it&#x27;ll help us, and we&#x27;re the good guys.<p>Luckily, in this particular arms race, all we the public need to do is swap encryption algorithms, and there&#x27;s no risk of ending global civilization if we mess up. So we get the best of both worlds: Quantum computing for civilian purposes (simulations and whatnot), while none of the terrifying surveillance capabilities. We just need to update a couple of libraries.
    • evil-olive4 hours ago
      still theory, but there seems to be an emerging consensus that quantum systems capable of real-world attacks are closer to fruition than most people generally assumed.<p>Filippo Valsorda (maintainer of Golang&#x27;s crypto packages, among other things) published a summary yesterday [0] targeted at relative laypeople, with the same &quot;we need to target 2029&quot; bottom line.<p>0: <a href="https:&#x2F;&#x2F;words.filippo.io&#x2F;crqc-timeline&#x2F;" rel="nofollow">https:&#x2F;&#x2F;words.filippo.io&#x2F;crqc-timeline&#x2F;</a>
    • PUSH_AX5 hours ago
      Nothing has been broken yet, however data can be collected now and be cracked when the time comes, hence why there is a push.
      • thenewnewguy3 hours ago
        Can a theoretical strong enough quantum computer break PFS?
        • wahern2 hours ago
          QC breaks perfect forward secrecy schemes using non-PQC algorithms, same as for non-PFS. PFS schemes typically use single-use ephemeral DH&#x2F;ECDH key pairs for symmetric key exchange, separate from the long-term signing keys for authentication.
      • ankit_mishra4 hours ago
        [dead]
    • moi23885 hours ago
      Theory. And afaik there are still questions as to if the PQ algorithms are actually secure.
      • mswphd42 minutes ago
        there are no meaningful questions. The only way there are meaningful questions is if you think global cryptographers + governments are part of a cabal to build insecure schemes. The new schemes use<p>1. cryptography developed across the world, 2. the actual schemes were overwhelmingly by European authors 3. standardized by the US 4. other countries standardizations have been substantially similar (e.g. the ongoing Korean one, the German BSI&#x27;s recommendations. China&#x27;s CACR [had one with substantially similar schemes](<a href="https:&#x2F;&#x2F;www.sdxcentral.com&#x2F;analysis&#x2F;china-russia-to-adopt-slightly-different-pqc-standards-from-us&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sdxcentral.com&#x2F;analysis&#x2F;china-russia-to-adopt-sl...</a>). Note that this is separate from a &quot;standardization&quot;, which sounds like it is starting soon).<p>In particular, given that China + the US ended up with (essentially the same) underlying math, you&#x27;d have to have a <i>very weird</i> hypothetical scenario for the conclusion to not be &quot;these seem secure&quot;, and instead &quot;there is a global cabal pushing insecure schemes&quot;.
      • tptacek4 hours ago
        There are not in fact meaningful questions about whether the settled-on PQC constructions are secure, in the sense of &quot;within the bounds of our current understanding of QC&quot;.
        • ls6124 hours ago
          Didn&#x27;t one of the PQC candidates get found to have a fatal classical vulnerability? Are we confident we won&#x27;t find any future oopsies like that with the current PQC candidates?
          • tptacek4 hours ago
            The whole point of the competition is to see if anybody can cryptanalyze the contestants. I think part of what&#x27;s happening here is that people have put all PQC constructions in bucket, as if they shared an underlying technology or theory, so that a break in one calls all of them into question. That is in fact not at all the case. PQC is not a &quot;kind&quot; of cryptography. It&#x27;s a functional attribute of many different kinds of cryptography.<p>The algorithm everyone tends to be thinking of when they bring this up has literally nothing to do with any cryptography used anywhere ever; it was <i>wildly</i> novel, and it was interesting only because it (1) had really nice ergonomics and (2) failed spectacularly.
          • cwillu4 hours ago
            It&#x27;s the same situation with classical encryption. It&#x27;s not uncommon for a candidate algorithm [to be discovered ] to be broken during the selection process.
      • sophacles5 hours ago
        tbf - since we still don&#x27;t know if p != np, there are still questions about if the current algorithms are secure also.
        • moi23884 hours ago
          Fair, but recently several PQ algorithms have been shown to in fact not be secure, with known attacks, so I wouldn’t equate them
          • tptacek4 hours ago
            Which PQ algorithms would you be referring to here?
            • nick2382 hours ago
              <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;NIST_Post-Quantum_Cryptography_Standardization" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;NIST_Post-Quantum_Cryptography...</a> and search for &quot;published attacks&quot;.
              • tptacek1 hour ago
                Why don&#x27;t you go ahead and pick out the attacks in here that you think are relevant to this conversation? It can&#x27;t be on me to do that, because obviously my subtext is that none of them are.
          • sophacles4 hours ago
            Interesting. I&#x27;d like to learn more about this - where can I find info about it?
            • mswphd55 minutes ago
              they&#x27;re almost assuredly talking about two things (maybe 3 if they <i>really</i> know what they&#x27;re talking about, but the third is something that people making this argument like to pretend doesn&#x27;t exist).<p>1. the main &quot;eye catching&quot; attack was the [attack on SIDH](<a href="https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2022&#x2F;975.pdf" rel="nofollow">https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2022&#x2F;975.pdf</a>). it was very much a &quot;thought to be entirely secure&quot; to &quot;broken in 5 minutes with a Sage (python variant) implementation&quot; within ~1 week. Degradation from &quot;thought to be (sub-)exp time&quot; to &quot;poly time&quot;. very bad.<p>2. the other main other &quot;big break&quot; was the [RAINBOW attack](<a href="https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2022&#x2F;214.pdf" rel="nofollow">https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2022&#x2F;214.pdf</a>). this was a big attack, but it did not break all parameter sets, e.g. it didn&#x27;t suddenly reduce a problem from exp-time to poly-time. instead, it was a (large) speedup for existing attacks.<p>anyway, someone popular among some people in tech (the cryptographer Dan Bernstein) has been trying (successfully) to slow the PQC transition for ~10 years. His strategy throughout has been complaining that a very particular class of scheme (&quot;structured LWE-based schemes&quot;) are suspect. He has had several complaints that have shifted throughout the years (galois automorphism structure for a while, then whatever his &quot;spherical models&quot; stuff was lmao). There have been no appreciable better attacks (nothing like the above) on them since then. But he still complains, saying that instead people should use<p>1. NTRU, a separate structured lattice scheme (that he coincidentally submitted a scheme for standardization with). Incidentally, it had [a very bad attack](<a href="https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2016&#x2F;127" rel="nofollow">https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2016&#x2F;127</a>) ~ 2016. Didn&#x27;t kill PQC, but killed a broad class of other schemes (NTRU-based fully homomorphic encryption, at least using tensor-based multiplication)<p>2. McCliece, a scheme from the late 70s (that has horrendously large public keys --- people avoid it for a reason). He also submitted a version of this for standardization. It also had a [greatly improved attack recently](<a href="https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2024&#x2F;1193" rel="nofollow">https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2024&#x2F;1193</a>).<p>Of course, none of those are relevant to improved attacks on the math behind ML-KEM (algebraically structured variants on ring LWE). there have been <i>some</i> progress on these, but not really. It&#x27;s really just &quot;shaving bits&quot;, e.g. going from 2^140 to 2^135 type things. The rainbow attack (of the first two, the &quot;mild&quot; one) reduced things by a factor ~2^50, which is clearly unacceptable.<p>Unfortunately, because adherents of Dan Bernstein will pop up, and start saying a bunch of stuff confidently that is much too annoying to refute, as they have no clue what the actual conversation is. So the conversation becomes<p>1. people who know things, who tend to not bother saying anything (with rare exceptions), and 2. people who parrot Dan&#x27;s (very wrong at this point honestly, but they&#x27;ve shifted over time, so it&#x27;s more of &#x27;wrong&#x27; and &#x27;unwilling to admit it was wrong&#x27;) opinions.<p>the dynamic is similar to how when discussions of vaccines on the internet occur, many medical professionals may not bother engaging, so you&#x27;ll get a bunch of insane anti-vax conspiracies spread.
  • tombert3 hours ago
    Outside of the PQ algorithms not being as thoroughly vetted as others, is there any negatives to shifting algorithms? Like even if someone were to prove that quantum computing is a dud, is there any reason why we shouldn&#x27;t be using this stuff anyway?
    • mswphd50 minutes ago
      they are much more thoroughly vetted than other schemes. They&#x27;re more thoroughly vetted than elliptic curves were before we deployed them. Much more vetted than RSA was ever.<p>Practically though, there are some downsides. Elliptic curves tend to have smaller ciphertexts&#x2F;keys&#x2F;signatures&#x2F;so are better on bandwidth. If you do everything right with elliptic curves, we&#x27;re also more confident in the hardness of the underlying problems (cf &quot;generic group lower bounds&quot;, and other extensions of this model).<p>The new algorithms tend to be easier to implement (important, as a <i>big</i> source of practical insecurity is implementation issues. historically much more than the underlying assumption breaking). This isn&#x27;t uniformly, e.g. I still think that the FN-DSA algorithm will have issues of this type, but ML-DSA and ML-KEM are fine. They&#x27;re also easier to &quot;specify&quot;, meaning it is much harder to accidentally choose a &quot;weak&quot; instance of them (in several senses. the &quot;weak curve&quot; attacks are not really possible. there isn&#x27;t really a way to hide a NOBUS backdoor like there was for DUAL_EC_DRBG). They also tend to be faster.
    • MrRadar2 hours ago
      Post-quantum algorithms tend to be slower than existing elliptic curve algorithms and require more data to be exchanged to provide equivalent security against attacks run on non-quantum computers.
      • tombert1 hour ago
        Any idea how much slower? Like are we talking half the speed? A quarter? 1%?<p>Sorry, I&#x27;m just very out of the loop on some of this stuff and I&#x27;m trying to play a game of catchup.
        • MrRadar1 hour ago
          This page lists some figures for ML-KEM-768 (which is the PQ key exchange algorithm that&#x27;s most widely deployed today): <a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;pq-2025&#x2F;#ml-kem-versus-x25519" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;pq-2025&#x2F;#ml-kem-versus-x25519</a> This one is actually faster than X25519 (a highly optimized ECC algorithm) by about double but requires 1,184 bytes of data to be exchanged per keyshare vs 32 for X25519. In practice everyone today is using a hybrid algorithm (where you do both ECC and PQ in case the PQ algorithm has an undiscovered weakness) so an ECC+PQ key exchange will be strictly slower than an ECC-only key exchange.<p>This page lists some numbers for different PQ signature algorithms: <a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;another-look-at-pq-signatures&#x2F;#the-algorithms" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;another-look-at-pq-signatures&#x2F;#t...</a> Right now the NIST has selected three different ones (ML-DSA, SLH-DSA, and Falcon a.k.a. FN-DSA) which each have different trade-offs.<p>SLH-DSA is slow and requires a large amount of data for signatures, however it&#x27;s considered the most secure of the algorithms (since it&#x27;s based on the well-understood security properties of symmetric hash algorithms) so it was selected primarily as a &quot;backup&quot; in case the other two algorithms are both broken (which may be possible as they&#x27;re both based on the same mathematical structure).<p>ML-DSA and Falcon are both fairly fast (within an order of magnitude of Ed25519, the X25519 curve signature algorithm), but both require significantly larger keys (41x&#x2F;28x) and signatures (38x&#x2F;10x) compared to Ed25519. Falcon has the additional constraint that achieving the listed performance in that table requires a hardware FPU that implements IEEE-754 with constant-time double-precision math. CPUs that do not have such an FPU will need to fall back to software emulation of the required floating point math (most phone, desktop, and server CPUs have such an FPU but many embedded CPUs and microcontrollers do not).<p>The net result is that TLS handshakes with PQ signatures and key exchange may balloon to high single- or double-digit kilobytes in size, which will be especially impactful for users on marginal connections (and may break some &quot;middle boxes&quot; <a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;nist-post-quantum-surprise&#x2F;#dilithiums-size" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;nist-post-quantum-surprise&#x2F;#dili...</a>).
  • ossianericson2 hours ago
    The CDN part is the easy half. In my work the harder problem has most often been internal service mesh, mTLS between services, any infra that doesn’t terminate at a CDN. Has a bad habit of longer certificate lifetimes and older TLS stacks, and nobody is upgrading it for you.
  • 20k5 hours ago
    Quantum computing, and the generic term &#x27;quantum&#x27; is gearing up to be the next speculative investment hype bubble after AI, so prepare for a lot of these kinds of articles
    • Hasz5 hours ago
      nah. governments around the world are hoovering up traffic today with the hope of a &quot;cheap&quot; (by nation state standards) quantum computer. Some of the secrets sent today are &quot;evergreen&quot; (i.e are still relevant 10+ years into the future), amongst a whole lot of cruft. There is massive incentive to hide the technology to keep your peers transmitting in vulnerable encryption as long as possible.
      • nickspacek4 hours ago
        For sure, that or just ensuring they have laws in place that grant them access to the unencrypted data we are sending to CDNs operating in their jurisdiction (when necessary for national security reasons).
    • bwesterb5 hours ago
      At least it&#x27;s time bound: hope to have this job done by 2029!
  • Sattyamjjain3 hours ago
    [dead]
  • valeriozen5 hours ago
    [flagged]
    • diarrhea4 hours ago
      <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47677483">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47677483</a>
      • coldpie3 hours ago
        I noticed this, too. valeriozen, can you explain what happened here?<p>Context, two nearly identical comments from different users.<p>hackerman70000 at 16:09 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47677483">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47677483</a> :<p>&gt; Cloudflare pushing PQ by default is probably the single most impactful thing that can happen for adotpion. Most developers will never voluntarily migrate their TLS config. Making it the default at the CDN layer means millions of sites get upgraded without anyone making a decision<p>valeriozen at 16:17 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47677615">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47677615</a> :<p>&gt; cloudflare making pq the default is the only way we get real adoption. most devs are never going to mess with their tls settings unless they absolutely have to. having it happen at the cdn level is the perfect silent upgrade for millions of sites without the owners needing to do anything
        • wmf2 hours ago
          They&#x27;re using the same AI model?
  • heliumtera5 hours ago
    And that changes what?
    • bwesterb5 hours ago
      If we do our job, it changes nothing. Problem with security generally: no spectacle if it&#x27;s all correct. :)
    • ljhsiung3 hours ago
      &quot;Nothing happened for y2k&quot; energy
    • ezfe5 hours ago
      It would mean that they&#x27;re future-proofing their security
  • ls6126 hours ago
    The secrecy around this is precisely the opposite of what we saw in the 90s when it started to become clear DES needed to go. Yet another sign that the global powers are preparing for war.
    • tptacek5 hours ago
      What do you mean? For as long as I remember (back to late 1994) people understood DES to be inadequate; we used DES-EDE and IDEA (and later RC4) instead. What &quot;secrecy&quot; would there have been? The feasibility of breaking DES given a plausible budget goes all the way back to the late 1970s. The first prize given for <i>demonstrating</i> a DES break was only $10,000.
      • adrian_b5 hours ago
        Triple-key DES (DES-EDE) had already been proposed by IBM in 1979, in response to the criticism that the 56-bit keys of DES are far too short.<p>So practically immediately after DES was standardized, people realized that NSA had crippled it by limiting the key length to 56 bits, and they started to use workarounds.<p>Before introducing RC2 and RC4 in 1987, Ronald Rivest had used since 1984 another method of extending the key length of DES, named DESX, which was cheaper than DES-EDE as it used a single block cipher function invocation. However, like also RC4, DESX was kept as a RSA trade secret, until it was leaked, also like RC4, during the mid nineties.<p>IDEA (1992, after a preliminary version was published in 1991) was the first block cipher function that was more secure than DES and which was also publicly described.
      • ls6124 hours ago
        People were willing to explicitly explain why it was inadequate rather than keep it secret. That is the difference.
        • tptacek3 hours ago
          What was to explain? It had a 56-bit key.
          • ls6122 hours ago
            Was that the only thing wrong with it? The 90s was definitely before my time but I was under the impression reading about it that there were also fundamental flaws with DES which lead to the competition which ultimately produced AES.
            • tptacek1 hour ago
              Yes, that was what was wrong with DES. I mean, it also had an 8-byte block size, which turns out to be inadequate as well, but that&#x27;s true of IDEA and Blowfish as well.
    • NitpickLawyer6 hours ago
      My read of the recent google blog post is that they <i>framed</i> it as cryptocurrency related stuff just so they don&#x27;t say the silent thing out loud. But lots of people &quot;in the know&quot; &#x2F; working on this are taking it much more seriously than just cryptobros go broke. So my <i>hunch</i> is that there&#x27;s more to it and they didn&#x27;t want to say it &#x2F; couldn&#x27;t &#x2F; weren&#x27;t allowed to.
      • adrian_b5 hours ago
        It should be noted that quantum computers are a threat mainly for interactions between unrelated parties which perform legal activities, e.g. online shopping, online banking, notarized legal documents that use long-term digital signatures.<p>Quantum computers are not a threat for spies or for communications within private organizations where security is considered very important, where the use of public-key cryptography can easily be completely avoided and authentication and session key exchanges can be handled with pre-shared secret keys used only for that purpose.
      • dadrian3 hours ago
        I will bring this up at the next meeting of the secret cryptographer cabal where we decide what information to reveal to non-cryptographers.
      • IncreasePosts5 hours ago
        What is &quot;it&quot; that you&#x27;re referring to?
        • wil4215 hours ago
          &gt; mitigating harvest-now&#x2F;decrypt-later attacks.<p>Most likely the NSA or someone else is ahead of the game and already has a quantum computer. If the tech news rumors are to true the NSA has a facility in Utah that can gather large swaths of the internet and process the data.
          • bookofjoe3 hours ago
            This?: <a href="https:&#x2F;&#x2F;nsa.gov1.info&#x2F;utah-data-center&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nsa.gov1.info&#x2F;utah-data-center&#x2F;</a>
            • tonfa2 hours ago
              FYI this is a parody website. (in case it&#x27;s not obvious)
              • bookofjoe1 hour ago
                It wasn&#x27;t obvious to me!