this post was submitted on 15 Jul 2025
0 points (NaN% liked)

Cybersecurity

10367 readers
35 users here now

c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.

THE RULES

Instance Rules

Community Rules

If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.

Learn about hacking

Hack the Box

Try Hack Me

Pico Capture the flag

Other security-related communities !databreaches@lemmy.zip !netsec@lemmy.world !securitynews@infosec.pub !cybersecurity@infosec.pub !pulse_of_truth@infosec.pub

Notable mention to !cybersecuritymemes@lemmy.world

founded 3 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/33187823

I'm using gpg in a simple 4-lines script to encrypt some important files.
But i'm lazy and like to use short passwords, especially for often-used files, which generates weak encryption-at-rest.

Now the idea in the title for a second iteration, maybe with a different algorythm: would the generated file be easier to crack or harder than once with a weak password?

top 1 comments
sorted by: hot top controversial new old
[–] xxce2AAb@feddit.dk 0 points 1 year ago

Um. If you use the file encrypted with a weak keyphrase a the key for a second round, how would you decrypt the result unless you keep the first-stage encrypted file around, thus defeating the purpose?