• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: August 25th, 2023

help-circle







  • We are talking about RSA though, so there is a fixed character length and it isn’t meant to be remembered because your private key is stored on disk.

    Yes the word method is better than a random character password when length is unbounded, but creating secure and memorable passwords is a bit of an oxymoron in today’s date and age - if you are relying on remembering your passwords that likely means you are reusing at least some of them, which is arguably one of the worst things you can do.


  • bjorney@lemmy.catolinuxmemes@lemmy.world-----BEGIN PRIVATE KEY-----
    link
    fedilink
    arrow-up
    46
    arrow-down
    18
    ·
    edit-2
    4 months ago

    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.












  • bjorney@lemmy.catolinuxmemes@lemmy.worldLinux user
    link
    fedilink
    arrow-up
    19
    arrow-down
    3
    ·
    1 year ago

    The Snap Store is a proprietary closed-source black-box

    Every part of the snap store running on your computer is open source.

    that updates your snaps without asking

    If you don’t want your snaps auto-updating, turn auto updates off. snap --help