this post was submitted on 20 Jul 2024
1622 points (98.6% liked)

linuxmemes

21226 readers
86 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • 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
    [–] slazer2au@lemmy.world 91 points 3 months ago (52 children)

    I wonder if you string together enough words can it be a valid key?

    [–] cm0002@lemmy.world 109 points 3 months ago (43 children)

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

    [–] bjorney@lemmy.ca 28 points 3 months ago* (last edited 3 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.

    [–] Jtotheb@lemmy.world 4 points 3 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.

    [–] sus@programming.dev 1 points 3 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)
    load more comments (48 replies)