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

linuxmemes

21440 readers
884 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!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] slazer2au 92 points 4 months ago (52 children)

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

    [–] cm0002 109 points 4 months ago (43 children)

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

    [–] [email protected] 28 points 4 months ago* (last edited 4 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.

    [–] shrugs 4 points 4 months ago* (last edited 4 months ago) (1 children)

    so you are saying 44 bits of entropy is not enough. the whole point of the comic is, that 4 words out of a list of 2000 is more secure then some shorter password with leetcode and a number and punctuation at the end. which feels rather intuitive given that 4 words are way easier to remember

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

    No im saying if your password size is limited to a fixed number of characters, as is the case with RSA keys, words are substantially less secure

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

    Not if you’re considering security gained versus difficulty of remembering.

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

    You don't memorize RSA keys

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