this post was submitted on 05 Jul 2023
1519 points (98.5% liked)

Android

27537 readers
119 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

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

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

[email protected]


founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 year ago (1 children)

Well the more characters you have the higher the entropy of the password and the harder it would be to crack. So when you don't have to remember the password yourself there's no reason not to use a very long password if the service you're using allows it.

[–] [email protected] 10 points 1 year ago (1 children)

Except no one cracks passwords. Vast majority of hacks is through social networking and trojans. The days of password cracking are long over especially considering most services lock you out after several failed attempts.

The main argument for using a password manager is so you can have a different password for every service. This way if they manage to obtain one password they can’t access everything.

It also makes rotating passwords a lot easier so that way you’re not using the same password forever. If your password gets out hopefully it’s changed before they use it.

[–] [email protected] 2 points 1 year ago

Offline password cracking is still very much a thing. They steal the entire password database then crack it offline at their leisure, not live against the regular login.

Several measures are required to defend against this:

  • Hash seeds defend against rainbow tables.
  • Password length & complexity as well as using computationally-intensive hash algorithms defend against the brute-force cracking.
  • Password managers help with length and complexity, sad well as promote not reusing passwords.