this post was submitted on 11 Jun 2023
5 points (100.0% liked)

Cybersecurity

6383 readers
351 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
 

10 chars, no special characters and that's it

Just tell me that you want to have access to my videos and be done with it

top 3 comments
sorted by: hot top controversial new old
[–] borari@sh.itjust.works 2 points 2 years ago* (last edited 2 years ago) (1 children)

Yeah, that's not optimal. My single-sourced, non-verified quick Google search tells me that brute forcing a 10-char password of lower case letters only would be instant, subbing out one char for an upper-case letter would increase to one month, and subbing out another char for a number raises that to 6 years. Simply allowing for a special char would take 50 years.

That's assuming the password is truly random. Use a dictionary with some rule sets, and make some assumptions like people will probably just append a number to the end of their password, and you'll knock those times down drastically.

There's no excuse for not allowing your users to use safe passwords.

[–] terribleplan@lemmy.nrd.li 0 points 2 years ago

Assuming they're using some sort of password-based key derivation function it would be anything but "instant", depending on the settings they feed to the KDF. For some reason I doubt they are doing so, but just saying that it is possible for it to not suck that bad.

[–] Vendetta9076@sh.itjust.works 1 points 2 years ago

But don't worry guys it mUsT iNcLuDe NuMbErS. If you replace that e with a 3 its unbeatable.

Why does this even have a character limit. Its an ENCRYPTION KEY. I default mine to 25char.