this post was submitted on 28 Jun 2023
60 points (98.4% liked)

Showerthoughts

31187 readers
1122 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted, clever little truths, hidden in daily life.

Here are some examples to inspire your own showerthoughts: 1

Rules

  1. All posts must be showerthoughts
  2. The entire showerthought must be in the title
  3. No politics
    • If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
    • A good place for politics is c/politicaldiscussion
    • If you feel strongly that you want politics back, please volunteer as a mod.
  4. Posts must be original/unique
  5. Adhere to Lemmy's Code of Conduct and the TOS

If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.

Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report the message goes away and you never worry about it.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] eighty 7 points 2 years ago (1 children)

Sorry to break it to you but it's no longer viable to just have 3-4 passwords to memorize or simply add small changes. With the exponential rise in computing power and data breaches, brute-forcing and rainbow tables are increasingly viable.

Just memorize a ridiculously strong password (I recommend a combination of a quote/passphrase and made up words in addition the standard best password practices) and use that for your password manager. Bitwarden and many others have a password generator where you can generate 30+ character passwords

[–] RGB3x3 3 points 2 years ago (1 children)

Brute forcing and rainbow tables are only useful if a company allows unlimited login attempts or if the attacker gets their hands on a hashed password database.

But if the company is following good security practices by salting hashes, expiring sessions, and disallowing more than 10 attempts on an account, then there's little reason to fear.

And if a company is not using those, then you'd be screwed anyway. Best solution is not to use a password that would show up on a rainbow table and that is resource intensive to brute force the hash for.

[–] emptyother 4 points 2 years ago

if the attacker gets their hands on a hashed password database.

This is the easiest and most common way, the primary thing to fear. Thats the main security risk we want to lessen by having a unique password per site. I'd say its so IMPORTANT to have unique passwords that I tell people to discard the old rules about never writing anything down. Write shit down, keep it in a drawer by your computer if needed. I mean, if they get access to that they already got access to just take your entire computer and rob your house, so it doesnt really matter. The important part is not letting strangers faraway on the internet get in because they are harder to catch than a house robber.

Having a complicated password is "only" the second most important thing because you cant rely on a company's ability to not be idiots. Or done a human error. You dont want to be screwed ~~if~~ when a single company (of maybe dozens to hundreds) havent hashed and salted correctly.