• angband@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    3 days ago

    “Cracking DES”, about 56 bit encryption you are talking about, was released in 1998, and showed how to construct an fpga machine to decrypt DES in just hours (their proto did it in a week), and also showed that DES was weakened on purpose to allow the US to decrypt foreign comms.

    • khannie@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 days ago

      Wow. I never heard about that one. I do recall some distributed community attempt at breaking (I think) 64 bit DES around that time. It used spare CPU cycles and I had it running on my Pentium 2 machine.

      Was DES still widely used at that point do you recall? I had AES in my head for SSL and the like.

      • angband@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        2 days ago

        DES was in wide use until AES because of standards. The RSA libs commonly accepted in the finance industry still used DES in the three round form until AES replaced it (so 2001 is when the replacement started, I imagine some banking systems and government systems still used it post 911 and well into the 2020’s).

        MIT press put out the book, so it is probably still available. Using HTTPS for everything was a huge step up in security for everyone, not least because OS updates address vulnerabilities. The RSA labs libraries were statically linked back in the 90’s, IIRC (at the very least a blob you shipped with your app.)