• flatbield@beehaw.org
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    That is the problem with encryption. It only provides security over a period of time. Always better to keep data on your own hardware in your own place.

    Quantum is also more of an issues for public key crypto. Symmetric key crypto is different.

      • Godort@lemm.ee
        link
        fedilink
        arrow-up
        8
        ·
        1 year ago

        Asymmetric key exchange works by utilising a complex math equation involving massive exponents that is easy to run to get an answer, but very hard to use that answer to get the numbers you started with.

        With traditional computers, you essentially need to try every combination of numbers through trial and error to get the starting values.

        Quantum computers are almost purpose built for this kind of math and can solve those types of problems exponentially faster than traditional computers.

        However, for a symmetric key, there isn’t an exchange that can be attacked, both sides already know the key.

        • xylem@beehaw.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          There is still a quantum attack against symmetric key crypto like AES, but it just reduces the effective key size by half. If you use long enough keys (256 bits) you’re still fine.