this post was submitted on 01 Jun 2025
93 points (93.5% liked)

No Stupid Questions

41163 readers
1395 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 2 years ago
MODERATORS
 

Disclaimer: I use a password manager, so please don't direct your comments at me.


So I know this person that says they don't use a password manager because they have a better system like... I'm gonna give an example:

Lets say, a person loves Star Wars, and their favorite character is Yoda. The favorite Their favorite phrase is from The Good Place "This is the Bad Place!". And their favorite date is 1969 July 20th (first landing on moon).

So here:

Star Wars Yoda = SWYd

"This is the Bad Place!" = ThIThBaPl!

1969 July 20 ---> 69 07 20

So they have this "core" password = SWydThIThBaPl!690720

Then for each website, they add the website's first and last 2 characters of the name to the front of the password...

So, "Lemmy Forum" = leum

Add this to the beginning of the "core" password it becomes:

leumSWydThIThBaPl!690720

For Protomail Email it's: prilSWydThIThBaPl!690720

For Amazon Shopping it's: amngSWydThIThBaPl!690720

Get the idea?

The person says that, since the beginning of the password is unique, its "unhackable", and that the attacker would need like 3 samples of the password to figure out their system.

Is this person's "password system" actually secure?

you are viewing a single comment's thread
view the rest of the comments
[–] A_norny_mousse@feddit.org 7 points 4 days ago* (last edited 3 days ago) (3 children)

~~I hope you didn't make their actual basic phrase public.~~

In my opinion any password that's designed to be human-friendly isn't secure. Every crutch one uses to remember it, a machine can make much faster use of.

In this case I'd say the core idea: "SWydThIThBaPl!" is relatively safe, but 690720 is almost immediately recognizable as a date - to a machine! - and amng, leum etc. are even easier assuming the cracking program has knowledge of which site they're trying to gain access to.

So the only good part is the one that repeats for every password.

I think the top half of this xkcd illustrates some of it; but iirc the bottom half has been sort-of half debunked.

In any case, I use only very long and completely random passwords for online accounts.

Does this person think password managers are crutches? You cannot out-remember a machine.


PS: entropy is not the only measure for password safety.

  1. Dictionary attacks
  2. Leaked passwords
  3. Password guessing attacks

Brute force comes way down the list.

[–] Blemgo@lemmy.world 1 points 1 day ago

I do agree that password managers are generally more secure than memorable passwords, however, they also pose he Achilles heel of a system, as one password unlocks all. That is why 2FA tops everything, as even with a weak password, as a hacker would need to crack an OTP to gain access, or convince the one holding the 2nd device to unlock the account for them.

However I do want to contest the claim that all user-friendly passwords are inherently unsafe. The Electronic Frontier Foundation did a Deep Dive on randomly generated passphrases and shows how secure the system is by entropy alone.

[–] throwawayacc0430@sh.itjust.works 4 points 4 days ago (1 children)

Its an example. Not a real password

If you replace the "SWydThIThBaPl!690720" part with a random string like: dsh2box5hRs3wraA (just generated this), but kept the system the same, would your assessment of this system be different? (Assuming someone can actually remember that string of characters)

[–] A_norny_mousse@feddit.org 2 points 4 days ago* (last edited 4 days ago) (1 children)

Your new example is confusing. With or without the date?

In any case, what would be the point? "I can remember the first 4 letters of the password but not the last 20"?

This person needs to understand that they cannot outsmart a machine, at least not in this. FWIW I've been using keepassxc for I don't even remember how many years and never had a problem with it. It has the option to additionally encrypt the database with a file, so if someone steals the database and even manages to guess the password (the only one that I haven't written down anywhere) they still don't have access.

"Lemmy Forum" = leumdsh2box5hRs3wraA

Protomail Email = prildsh2box5hRs3wraA

Amazon Shopping = amngdsh2box5hRs3wraA

[–] nimpnin@sopuli.xyz 1 points 4 days ago (1 children)

but iirc the bottom half has been sort-of half debunked

Any source for this? It's literally just random words. Just pick from a large enough list and you're good.

[–] A_norny_mousse@feddit.org 1 points 3 days ago* (last edited 3 days ago) (1 children)

Things a password cracker does before brute force guessing:

  1. Dictionary attacks
  2. Leaked passwords
  3. Password guessing attacks
  4. ...
[–] nimpnin@sopuli.xyz 2 points 3 days ago (1 children)

If you pick 4 random words, the attacker would still need to brute force through (hundreds of?) billions of word combinations. That’s the point.

[–] hangonasecond@lemmy.world 1 points 3 days ago

Yeah you're correct. The person you're replying to is treating dictionary attacks as separate from brute forcing. Dictionary attacks are great on short passwords using likely words, but as soon as you use 2 or 3 or 4 words it becomes computationally unfeasible. I would say a completely random string of the same or much less length is more secure because a dictionary attack won't work at all, but 3-4 word passphrases are excellent for passwords that you have to manually enter ever.