• hemko@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    274
    arrow-down
    1
    ·
    3 months ago

    The story does not tell us how Linus Torvalds responded to the NSA, but I’m guessing he told them he wouldn’t be able to inject backdoors even if he wanted to, since the source code is open, and all changes to it are reviewed by many independent people.

    Yeah I’m guessing the answer would be more colorful based on the historical data we have

      • bitfucker
        link
        fedilink
        arrow-up
        105
        ·
        3 months ago

        There aren’t enough swear-words in the English language, so now I’ll have to call you perkeleen vittupää just to express my disgust and frustration with this crap.

        Beautiful

    • floofloof@lemmy.ca
      link
      fedilink
      English
      arrow-up
      44
      ·
      3 months ago

      Also experience shows that it’s possible to backdoor software in very subtle ways that could go years without anyone spotting them. So if he had decided to he probably could have done it, despite Linux being open source.

    • iAvicenna@lemmy.world
      link
      fedilink
      arrow-up
      15
      ·
      3 months ago

      Oh man would die to see his reply. It would probably start with something like

      “The fact that I have to explain this to a person who works in a national security agency makes me really worried…”

  • Icalasari@fedia.io
    link
    fedilink
    arrow-up
    124
    arrow-down
    7
    ·
    3 months ago

    I somehow misread that as NBA, and was very confused what basketball had to do with OS backdoors

    NSA makes

    WAY more sense

  • Hugin@lemmy.world
    link
    fedilink
    arrow-up
    106
    arrow-down
    1
    ·
    3 months ago

    Years ago there was a commit to the Linux kernal that strangly had no author. This got some attention of several of the developers.

    Looking into the code that had to deal with network transmission. there was a section that if you tried to get network access in a unusual way had a check that was written something like this.

    If (usr_permission = ROOT) … Instead of If (usr_permission == ROOT) …

    The first giving the user root if invoked and the second checking to see if the user was root.

    It’s widely thought this was the NSA or some other intelligence agency trying to backdoor lin Linux.

  • Arthur Besse@lemmy.ml
    link
    fedilink
    English
    arrow-up
    64
    ·
    3 months ago

    he wouldn’t be able to inject backdoors even if he wanted to, since the source code is open

    Jia Tan has entered the chat

    • awiteb@lemmy.4rs.nlOP
      link
      fedilink
      English
      arrow-up
      47
      ·
      3 months ago

      I wouldn’t be surprised if I knew that the backdoors that appear in Windows were designed by someone. I didn’t know they were this brazen.

    • einkorn@feddit.org
      link
      fedilink
      arrow-up
      16
      arrow-down
      1
      ·
      3 months ago

      For what? Destabilizing the whole technological ecosystem of the planet is not a crime. ¯\(ツ)

  • ragica@lemmy.ml
    link
    fedilink
    arrow-up
    51
    arrow-down
    1
    ·
    3 months ago

    As long as the backdoor is licenced GPL what’s the problem?

  • youmaynotknow@lemmy.ml
    link
    fedilink
    arrow-up
    12
    ·
    3 months ago

    If you want t see Mr. Torvalds questioning this in the video in the link, go straight to minute 43.

  • fart_pickle@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    3 months ago

    Circa 1975, IBM proposed the cipher now called DES, the Data Encryption Standard. It became a worldwide standard for secret key encryption. As IBM originally designed it, DES had a 64-bit key. The National Security Agency (NSA) required that the key be reduced from 64 bits to 56 bits, with the other 8 bits used as a checksum. This made no sense. If a checksum were really needed, then the key could be increased from 64 to 72 bits. It was widely believed that the real reason the NSA made this demand was that it knew how to crack messages using a 56-bit key, but not messages using a 64-bit key. This proved to be true.

    Secret Key Cryptography by Frank Rubin