(no title)
isostatic | 6 years ago
If any company asks for the 4th character of your password, that means they are storing your password in a reversible fashion, and they should be dumped.
The online account should never be logged in by anyone other than the owner. The person on the phone, if their job requires it, should have read/write access to your account, but that should be audited as "Joe Bloggs" accedsing the account
evanb|6 years ago
ben_w|6 years ago
im3w1l|6 years ago
SketchySeaBeast|6 years ago
The only reason we need unique passwords is because the system can't hold up its end of the bargain.
Edit: And in hindsight, I was wrong in calling it a bad password from the user - the only reason it's necessarily bad is because it has been compromised. If I use the same sufficiently complex brute-force proof password everywhere, we can safely say I've held up my bargain, but a single data breach completely removes that otherwise impenetrable defense.
isostatic|6 years ago
mstade|6 years ago
CM30|6 years ago
Seems like it may be an unfortunate 'trend' for banking services in this country.
wdb|6 years ago
tonyedgecombe|6 years ago
thehappypm|6 years ago
pornel|6 years ago
You can't hide individual letters of alphabet with a hash. Not even with a salt and an expensive hash. It's a hopeless case where a brute-force attack takes only 26 times (or 676 for a pair of letters) longer than a comparison you do during normal operation.
BTW: it's also not possible to use hashes to hide/anonymize phone numbers or IP addresses. The attacker can generate hashes of all possible values and see which one is it.
brycesbeard|6 years ago
tonyedgecombe|6 years ago
trevyn|6 years ago
rumanator|6 years ago
robk|6 years ago