this post was submitted on 10 Apr 2025
42 points (97.7% liked)

Cybersecurity

7109 readers
55 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 2 years ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] Zozano@aussie.zone 27 points 3 weeks ago (2 children)

My dumbass read "github" and I had a small heart attack.

[–] TheButtonJustSpins@infosec.pub 5 points 3 weeks ago

I was right there with you

[–] starshipwinepineapple@programming.dev 2 points 3 weeks ago (1 children)

Even if it was github, they have mandatory 2fa now which would help. Still some risks for people who reuse passwords on other services or if their 2fa got compromised (sim swaps), etc but wouldn't be full blown catastrophic

[–] ryedaft@sh.itjust.works 1 points 3 weeks ago (1 children)

I thought the point of salting was that the reuse doesn't matter as much?

[–] napkin2020@sh.itjust.works 3 points 2 weeks ago

There's always a chance you get phished and your password as a plaintext gets compromised. Using a same password makes it extra damaging.

[–] Drusas@fedia.io 8 points 3 weeks ago (1 children)

The passwords are encoded using the SHA1 cryptographic hash, which is widely considered vulnerable.

Jesus, they're not even using SHA-2. It's been available for ages.

[–] sylver_dragon@lemmy.world 1 points 3 weeks ago

Move fast and break things!
"Things" in many cases includes "security".

[–] napkin2020@sh.itjust.works 5 points 2 weeks ago

The passwords are encoded using the SHA1 cryptographic hash,

Bro..