|
|
|
|
|
by MathMonkeyMan
633 days ago
|
|
I've never designed a system that needed to be secure, nor have I been tasked with breaking one, but... Is plaintext really that much worse than hashed/salted/whatever storage? If the user generated a hard-to-guess password, then the user is also unlikely to reuse it. If the user generated or reused a memorable password, then it would be not too costly to guess most of them using a dictionary attack or whatever the state of the art is for guessing non-random passwords. Is this just defense in depth, or deterrence, or is there something I'm missing that makes the plaintext storage really much more dangerous? |
|
If hashed/salted, this would need to be cracked and takes time/resources. It's not perfect/ideal but it buys time. A raw pw dump you're good to go to start testing them on other sites.
In short, its like having a kia/hyundai vs. any sane car manufacturer. All cars can be stolen, some just make it easy.