Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 19 submissions in the queue.
posted by Fnord666 on Thursday August 01 2019, @04:59PM   Printer-friendly
from the flip-a-coin dept.

The European Space Agency (ESA) unveiled an experiment it hopes will overcome the problems that prevent encrypted communications between the Earth and orbiting spacecraft.

The Cryptographic ICE Cube, launched into orbit in April as part of the NG-11 mission, has been installed on the ISS' Columbus laboratory and is currently being controlled from the ground by researchers in the Netherlands.

ESA says the experiment has recently begun to return data that will be analyzed and shared with CERN. Full testing will begin later in August and is scheduled to run for at least a year.

The aim of the mission, says ESA software product assurance engineer Emmanuel Lesser, is to overcome the hurdles that solar radiation presents for encrypted communications. Specifically, the way encryption keys can be scrambled when radiation hits the memory chips doing the communicating while on orbital spacecraft.

"In orbit the problem has been that space radiation effects can compromise the key within computer memory causing ‘bit-flips’," he explained .

"This disrupts the communication, as the key on ground and the one in space no longer match. Up to now this had been a problem that requires dedicated, and expensive, rad-hardened devices to overcome."


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1)
  • (Score: 3, Funny) by DannyB on Thursday August 01 2019, @05:18PM (2 children)

    by DannyB (5839) Subscriber Badge on Thursday August 01 2019, @05:18PM (#874149) Journal

    So is the ISS now "going dark" by using encrypted communications that the NSA is unable to snoop on?

    So several nations and the ESA are doing this hard work to ensure that encrypted communications overcome the problems described. (due to solar radiation) To expend such resources, they must really think that, at least sometimes, they have something private they want to communicate. Despite the taxpayers.

    So if encryption is good enough for them, then why isn't it good enough for everyone else? For Banks? For Credit Cards? For Amazon? For Backpage?

    --
    When trying to solve a problem don't ask who suffers from the problem, ask who profits from the problem.
    • (Score: 1, Funny) by Anonymous Coward on Thursday August 01 2019, @05:39PM (1 child)

      by Anonymous Coward on Thursday August 01 2019, @05:39PM (#874154)

      It is more basic than all that because in space there is no easy set of cartesian coordinates to use, how can you have a backdoor when you don't even know where the back is??

      • (Score: 0) by Anonymous Coward on Friday August 02 2019, @04:00AM

        by Anonymous Coward on Friday August 02 2019, @04:00AM (#874475)

        I'd tell you to shove it right now, but I'm assuming you don't know where your own backdoor is either.

  • (Score: 3, Interesting) by Snow on Thursday August 01 2019, @05:36PM (3 children)

    by Snow (1601) on Thursday August 01 2019, @05:36PM (#874152) Journal

    Use multiple memory banks to store the keys/current state. Mirror the banks to each other. If one goes out of whack, bring it back in line. If you have 3-4 banks, it should be pretty reliable.

    Maybe the overhead is too much? I don't know... it seems like a pretty easy problem to solve in the grand scheme of things.

    Then I read the article, and that's basically exactly what they are going to do. Why is this a new idea? It seems obvious.

    • (Score: 1) by noelhenson on Thursday August 01 2019, @07:03PM

      by noelhenson (6184) on Thursday August 01 2019, @07:03PM (#874184)

      ECC memory?

    • (Score: 2) by Immerman on Thursday August 01 2019, @07:23PM

      by Immerman (3985) on Thursday August 01 2019, @07:23PM (#874193)

      Indeed - if you can't trust your memory, you keep the data in redundant backups, ideally encoded with some sort of error-correcting (or at least detecting) code so that you can tell which copy(s) have been corrupted. And then you check for corruption on a regular basis (e.g. before and after every use)

      If you're primarily concerned with radiation-induced bit-flips you don't even need multiple memory banks, I don't think there's much to be gained by storing the data on different physical sticks of RAM - there's very little that will flip more than one bit at a time, and even a high-energy particle cascade is unlikely to actually effect more than a very small physical area on a RAM chip. So long as the redundant copies are scattered throughout memory so that they're physically separated in RAM they shouldn't be significantly more vulnerable than with multiple sticks.

      Though, redundant banks of RAM might simplify a hardware implementation that would apply to *all* data in RAM while being completely invisible to software (a RAID-1 RAM controller?)

    • (Score: 3, Informative) by driverless on Friday August 02 2019, @02:33AM

      by driverless (4770) on Friday August 02 2019, @02:33AM (#874428)

      There's a whole pile of WTFs around this which indicates it's more someone at the ESA playing than any real experiment. Firstly, if you're going to do something like this then you run a hardware and software combination that's likely to endure in that environment, e.g. a TMS570 + FreeRTOS, not a toy like the Pi with Linux that has enough trouble staying running on earth, let alone in space.

      Secondly, to test this you don't need to put it into orbit, you just need a suitable source of radiation, e.g. a hospital Co60 source which is how we test our gear, where you can vary the parameters and see how different things work out. "Put it in orbit and see what happens" isn't an evaluation, it's more a "we can put stuff into orbit, what about this?".

  • (Score: 2) by pipedwho on Thursday August 01 2019, @07:38PM

    by pipedwho (2032) on Thursday August 01 2019, @07:38PM (#874204)

    This is why satellites don’t have encrypted control channels. Oh wait, no, they do. This problem was solved a long long time ago.

(1)