this post was submitted on 20 Jul 2024
1536 points (98.7% liked)

linuxmemes

20751 readers
1008 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 102 points 2 months ago (43 children)

I would hope so, sentences and words are some of the most secure passwords/phrases you can use

[–] [email protected] 25 points 2 months ago* (last edited 2 months ago) (30 children)

Words are the least secure way to generate a password of a given length because you are limiting your character set to 26, and character N gives you information about the character at position N+1

The most secure way to generate a password is to uniformly pick bytes from the entire character set using a suitable form of entropy

Edit: for the dozens of people still feeling the need to reply to me: RSA keys are fixed length, and you don't need to memorize them. Using a dictionary of words to create your own RSA key is intentionally kneecapping the security of the key.

[–] [email protected] 4 points 2 months ago (1 children)

Sounds like a good point, but claiming that “Words are the least secure way to generate a password 84 characters long” would be pointless.

[–] [email protected] 1 points 2 months ago

and some people will try to just hold a key down until it reaches the length limit.. which is an even worse way to generate a password of that length

load more comments (28 replies)
load more comments (40 replies)