• loke@fedia.io
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    7 months ago

    Yes. If you turn off a computer it can’t be compromised.

    But I think the interesting question is if its possible have a system that does something useful, while at the same time be 100% secure.

    The answer is probably yes, especially small systems that have been designed for a single purpose, but it would be incredibly difficult to prove it. Just because it hasn’t been compromised yet doesn’t mean it won’t in the future.

    Even doing a formal proof only proves things within the abstract model the proof works with.

    • stoy@lemmy.zip
      link
      fedilink
      arrow-up
      9
      ·
      7 months ago

      I disagree, a computer that is turned off can absolutely be compromised, thought not remotely.

      An attacker who gains access to a computer could take the hard drive (generic name for the boot drive or storage drive), then infect it with malware giving the attacker remote access later, then reassemble the machine.

      By definition all systems can be hacked, the more complex the system, the more ways it can be hacked.

      The one time pad system, is as far as I know the only encryption system that is unbreakable, if used properly, that is because it is so simple in theory, but during actual use in critical times, the system was misused by technicians, enabling some messages to be read.

      • Amends1782@lemmy.ca
        link
        fedilink
        arrow-up
        6
        ·
        7 months ago

        Network booting with PXE, technically, can be a form of remote boot if its still hard wired to the network , so not even off is safe

        • stoy@lemmy.zip
          link
          fedilink
          arrow-up
          2
          arrow-down
          2
          ·
          7 months ago

          To be fair, the PXE boot would not affext a powered off device, it would only be an issue if the device was powered on.

          But this is just splitting hairs, you have a good point in that few people would expect a PXE boot attack, not to mention that it could interact with wake on lan, which would turn on a powered down computer.

      • Slotos@feddit.nl
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        One time pad system is only unbreakable if you ignore nearly everything about it.

        It requires key exchange, storage, cordination, and disposal. In other words, the usual targets.