Obviously random is better, but uniqueness of passwords is IMO even more important. They are effectively spreading around their master password
Comment on [deleted]
throwawayacc0430@sh.itjust.works 10 months agoThere’s literally only 4 characters difference between all their passwords, even if those would be completely random, that’s very bad.
So the 4 characters is just my way to explain their system, I don’t actually know how many characters they use in their “unique” part of the password, but the idea is that the unique part of the password is derived from the website’s name.
F04118F@feddit.nl 10 months ago
Clent@lemmy.dbzer0.com 10 months ago
The relationship is the problem.
Calculating the levenshtein distance is the first thing that comes to mind, then creating a regular expression that covers any leaked passwords tied to the same account.
This is all easily scriptable and two leaked passwords might be all a script needs to discover the pattern. Once the pattern is known, all of their passwords become knowable.