Fangslash

joined 1 year ago
[–] Fangslash@lemmy.world 2 points 1 year ago

I'm one of those guys, IOS phone with windows PC. There really isn't much out there that is as convenient as IOS, but theres no way I would use a Mac, as compatibility issues and more expensive hardware will ultimately hurt functionality.

[–] Fangslash@lemmy.world 16 points 1 year ago* (last edited 1 year ago)

Because for the first time in 14 years money is no longer free.

Right now the interest rate sits at 5% and it will remain there for the foreseeable future. Investors no longer have the patients to wait for growth because bonds are actually investable now, so all your “get user first find business later” companies began to panic and tries to squeeze everything out of its users.

Hilariously, the only social media company that will come out of this relatively unharmed is probably Facebook, because their unethical practices actually makes money

[–] Fangslash@lemmy.world 0 points 1 year ago* (last edited 1 year ago)

I’ll just finish off with a few more points

  1. If your password is unencrypted or poorly encrypted, having a random string vs custom password makes no difference. The whole point of unique and strong password is so that a poorly encrypted service does not compromise your properly encrypted service. The scenario where my password is unencrypted is irrelevant, because only the salted hashed password matters. And because of the hash, leaking unencrypted passwords does not make the hashed ones easier to guess.

  2. The whole issue with a manager isn’t that its bad, its that it puts everything under the one basket, even if its a hella strong basket. If you want to change my mind, you need to show the pros outweigh the cons. Straight up assuming that not using a manager somehow means anytime I have my password compromised equals everything else is compromised is not convincing, its circular reasoning.

  3. Ignoring the fact that I’m explaining how hash works and not giving advice, if we want to be technical then yes only a slight change does make targeted attack easier. At that point password will only provide so much security, if you want to truely be safe, grade separate your username and email.

Thanks for the chat too, have a nice day

Edit: grammar

[–] Fangslash@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (2 children)

Then you should know that attackers don't take your plain-text or cracked password and the start manually guessing similar codes on your other accounts, unless they are exactly the same. They always need to get a copy of your password (we'll assume its hashed), then start the guess work using a decoder.

How secure your password is to the program depend on its entropy, which depends on the password's length and possible characters. Two passwords are either exactly the same or completely different, and not how similar it "looks" to human.

Now, obviously if you make a easy-to-guess scramble (e.g. password123 becomes password123facebook for, well, facebook) then the hacker can do a custom decoder and this does compromise security. There are a lot of little tricks to avoid this, in anycase it will be secure as long as you maintain a high entropy.

[–] Fangslash@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (4 children)

if you're interested, look up how modern encryption and password cracking works. Theres really no way for me to explain why what I'm doing is more secure than a manager when you don't even know what "unique" or "random" means in encryption, let alone how to maximize them for security.

In anycase thanks for all the suggestions

[–] Fangslash@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (6 children)

Password managers holds the key to all my other accounts, where as a random poorly secured site do not. Of course I will have less trust in a password host, a compromised host means I also lose my banking and work account, but if a hacker got my free-manga.net password, well they can enjoy my shitty isekai collection for all I care.

The biggest security issue was always shared password leads to poorly secured site compromising highly secured sites, and thats why unique passwords are important. You might be thinking the change-one-letter password is similar to sharing password, but that is just not how hash works.

[–] Fangslash@lemmy.world -1 points 1 year ago* (last edited 1 year ago) (8 children)

Changing even a single letter will completely scramble your password with hash, so for all intents and purpose it is equivalent to a unique password

Though I do admit it can get a bit tedious, I'll definitly look into self-hosting, thanks for the recommendation

[–] Fangslash@lemmy.world 4 points 1 year ago* (last edited 1 year ago) (11 children)

I don't use them. I see this as a putting all eggs in one basket strategy, if my master password was lost, hacked, hosting company shutdown, or for whatever reason refuse to do business with me, my entire life would be screwed.

Instead I use long passwords made of words, and for each site it will be a few letters off. They're easy for humans to remember because how similar they are, but due how hash works they are equivalent to unique passwords to hackers.