• henfredemars@infosec.pub
    link
    fedilink
    English
    arrow-up
    14
    ·
    6 days ago

    With what? Where would you store the encryption key for the encryption key on a desktop system where it would not be accessible to an attacker?

    Perhaps there could be a pin or password that must be entered every time to decrypt it into memory.

    • eco_game@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      27
      ·
      6 days ago

      As the article states, currently all processes are able to read the file which contains the key. Instead, you could store the key in the macOS Keychain (and Linux/Windows equivalents), which AFAIK is a list of all sorts of sensitive data (think WiFi passwords etc.), encrypted with your user password. I believe the Keychain also only let’s certain processes see certain entries, so the Signal Desktop App could see only its own encryption key, whereas for example iMessage would only see the iMessage encryption key.

      • TheEntity@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        6 days ago

        There is no single keychain on Linux, and supposedly on Windows too. Signal would need to either support a few dozens of password managers or require a specific one, both options terrible in their own way. This isn’t something that can be done without making broad assumptions about the user’s system.

        • eco_game@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          6 days ago

          I’m not too knowledgeable on that topic, but doesn’t Linux store WiFi or smb-share passwords in some keychain?

          Edit: missread your comment a little, I’m guessing you meant that there are multiple different keychains on Linux

          • TheEntity@lemmy.world
            link
            fedilink
            English
            arrow-up
            5
            ·
            6 days ago

            Either multiple different keychains or even you can have no keychain-like application in your system at all.

            The WiFi passwords are usually stored in /etc/NetworkManager as plain files. Granted, they are not accessible directly by non-root users as they are being managed by the NetworkManager daemon, but there is nothing generic for such a thing. Signal rolling a similar daemon for itself would be an overkill. The big desktop environments (GNOME, KDE…) usually have their own keychain-like programs that the programs provided by these environments use, but that only solves this problem for the users of these specific environments.

            To me it’s perfectly expected the Signal encryption keys are readable by my user account.

    • boredsquirrel@slrpnk.net
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 days ago

      Something you know, something you have, something you are.

      3FA:

      • Pin
      • Security Key/TPM/Secure element
      • fingerprint / iris scan

      You could also start with just one of these

      • ArcaneSlime@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 days ago

        fingerprint / iris scan

        Nope, I’m out. I’m not giving my unchangeable biological data to the Computer Gods because A) Fuck that and B) the police in my country can compel the use of biometrics to unlock things but cannot compel you to give up your pass as it is protected by the first amendment. Yes I think the bios should be protected too but that isn’t the reality in which I live.

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

          Nope, I’m out.

          From the person you replied to, emphasis mine:

          You could also start with just one of these

          • ArcaneSlime@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            6 days ago

            I’m cool with non-biometrics.

            (Though “3fa” and “could also” does imply he meant to use all three in concert, but that “just one” would be better than none.)

        • boredsquirrel@slrpnk.net
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          6 days ago

          Yeah that factor may not be wanted. But it is a security factor, because only you have it.

          You could hash it securely so the computer gods dont know your fingerprint. And you could only use it in addition to another factor.

      • Venia Silente@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 days ago

        Isn’t the idea that not everyone has access to your biometrics?

        There’s honestly no need to make computers ask people for piss scans:

        something you know

        A password

        something you have

        Access to the password

        something you are

        The person who knows the password

          • Venia Silente@lemm.ee
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 days ago

            But that can be said of any of the other such called factors:

            A yubikey can be stolen

            A fingerprint can be scanned and distributed

            So its not really an argument against passwords (or passkeys, or passwordless, or whatever marketing want to call them these days).

            • AlwaysTheir@lemmy.one
              link
              fedilink
              English
              arrow-up
              2
              ·
              3 days ago

              My yubikey can be stolen but good luck guessing my PIN in the 3 to 9 tries allowed before it self destructs.

            • boredsquirrel@slrpnk.net
              link
              fedilink
              English
              arrow-up
              2
              ·
              5 days ago

              Most people just need to fear their passwords being cracked remotely. In masses.

              If your threat model is being known, people stealing your stuff to login to your things, this is very high.