this post was submitted on 21 Jan 2024
59 points (82.4% liked)

Privacy

31991 readers
480 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

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!!

you are viewing a single comment's thread
view the rest of the comments
[–] Supermariofan67@programming.dev 36 points 10 months ago* (last edited 10 months ago) (6 children)

Zip uses very bad encryption that is vulnerable to a known plaintext attack. Do not ever use PKZIP encryption for any purpose https://github.com/kimci86/bkcrack

[–] nicetriangle@kbin.social 3 points 10 months ago (4 children)

Yeah zips have no mechanism to prevent brute forcing as far as I'm aware. You can attempt as many passwords as you want as frequently as you want without any sort of rate limit.

[–] dannym@lemmy.escapebigtech.info 31 points 10 months ago (3 children)

That’s not the issue. You can attempt as many passwords as you want in actually secure password managers as well. KeepassXC for instance IS secure, you can still brute force the password, but because of the hashing algorithm they use it’s extremely hard. With PKZIP if you know some of the words in the file, you can easily guess the password in just a few hours because the encryption algorithm it uses isn’t secure

[–] nicetriangle@kbin.social 3 points 10 months ago

Oh interesting, thanks for the clarification

load more comments (2 replies)
load more comments (2 replies)
load more comments (3 replies)