Any explanation of Why to not store passwords in plaintext and encrypt folder in zip archive (I guess U cant break pass?) Pls don’t be agressive!!

  • SheeEttin
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    This depends on how the decompressor is implemented. It’s certainly possible to do it all in memory.

    • TheAnonymouseJoker@lemmy.ml
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      10 months ago

      I do not think the standard ZIP decompressor library used in OSes or in general purpose compression software does this. Probably much safer if using RAR.