I know theres AES and PGP, but all electronics stuff still has backdoors. You can’t backdoor a piece of paper and a writing utensil.

  • ricecake@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    1 day ago

    So, the size of the key doesn’t directly relate to the size of the cipher, which also doesn’t directly relate to security. AES is 128 bit , can have 128, 192, or 256 but keys and is currently not known to have any workable weaknesses.

    Largely a cipher isn’t weak if guessing the key is the only weakness, since every cipher is vulnerable to brute force. It’s weak if you can figure out the message without needing the key.

    • m0darn@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      1 day ago

      So how does generating a one time pad from mutually accessible data fit into this scheme. Is the pad the cipher or the key?

      If two people agreed that the pad would be the output of a particular pRNG given the 3rd paragraph of the second article on the third page of that day’s newspaper as a seed.

      The attack vector would be shortcomings in the pRNG I guess? Which could result in the possibility of some sort of statistical language attack?

      Or the attacker could guess the newspaper text & algorithm.