GreatLakes
DIS Veteran
- Joined
- Aug 6, 2015
- Messages
- 5,524
^^ And each website has their own rules about the password, including length. Usually they now require 1 number, 1 special symbol and some mixture of upper/lower case along with a min/max length. Websites also typically lock you out if you type the wrong password 3 times. So unless someone is running this algorithm offline, I don't get how any of this matters.
Most passwords aren't cracked because an attacker attempts to log into a website trillions of times. Most cracks are done by attacking the hashed password offline. They get the hashed password a variety of ways like breaches or intercepted traffic.
Cracking though isn't how most passwords get compromised. That happens one of two ways. From reuse because people reuse them at multiple places and one of those places is compromised. And people just willingly give it out. This is done by clicking on malicious links or not inspecting the certificate a site provides before logging in and falling for a spoofed login page. This is all a form of social engineering and more information is compromised by social engineering than any cracking array.