Elektrine lite

← Feed

@TehBamski@lemmy.world

I wonder how much more challenging a new password would be, if at the end of your password, you spelt out a number and then your favorite swear word.

2026-04-29 16:39 UTC

oneFishtwoFishthreeFishfourFuckyou

Replies (11)

  • @JayleneSlide@lemmy.world 2026-04-29 16:42

    https://passwordentropy.com/ For your example string: ![](https://lemmy.world/pictrs/image/a01fc298-aa09-45f1-8bd2-c352b09f6fa5.png)

    Open ##2202641

  • @one_old_coder@piefed.social 2026-04-29 16:46

    It's bad. Use a password manager and its generator.

    Open ##2202642

  • @Rhynoplaz@lemmy.world 2026-04-29 16:59

    Hunter2fuck

    Open ##2202643

  • @Kolanaki@pawb.social 2026-04-29 16:57

    "244466666" Can be explained as "One 2, three 4, five 6."

    Open ##2202644

  • @bluGill@fedia.io 2026-04-29 21:11

    It is called salt and useful so long as the main part of the password is generally secure without. I have a couple common things I add to any password I have to create (generally meaning my password manager's automatic generation is rejected), but this is only useful because I figure humans won't guess the rest (nor will they feed that into a computer to guess the rest which probably isn't long enough to be secure alone), and the whole then becomes long enough that a computer can't brute force it. Note that I don't always use exactly the same sale factors and I don't put them in the same place - if you know what I try you can brute force my hand generated passwords with a computer but the job is much harder in hopes that you give up. But if at all possible I will prefer to use a generate password from my password manager which is even more secure. Humans are very bad are creating passwords - even humans who know all the things to get wrong tend to be bad at it.

    Open ##2202645

  • @toynbee@piefed.social 2026-04-29 20:28

    An erstwhile co-worker used to create passwords by stringing together the names of porn actresses and, I think, adding two random numbers at the end. Before I started working with them, apparently they almost told the owner of the company this, but were talked down by some other compatriots.

    Open ##2202646

  • @Dearth@lemmy.world 2026-04-30 15:44

    My password is always the complete url of the last porn video i watched

    Open ##2202647

  • @Redfox8@mander.xyz 2026-04-29 17:40

    I once got annoyed that my apparently OK password wasn't being accepted so went with fuckaduck plus some numbers!

    Open ##2202648

  • @nocturne@slrpnk.net 2026-04-29 17:41

    12345sixperkele

    Open ##2202649

  • @hakunawazo@lemmy.world 2026-04-30 15:33

    Nice try, fourtysevenZipfelklatscher.

    Open ##2202650

  • The point is... It does not really matter, as long as your password is not trivial the security relies more in the algorithm than in the chosen password. With bcrypt + round parameters, password stretching or any other key derivation technique, even weak passwords cant be cracked in a realistic time frame

    Open ##2202653