My bank password is 'sort-of' hashed
mattstockton.com
My bank password is 'sort-of' hashed
1–8 of 8 posts
Re: My bank password is 'sort-of' hashed
#2Re: My bank password is 'sort-of' hashed
#3Of course, the cynic in me says that they are storing an encrypted, as opposed to hashed version of your password. But one can hope!
Re: My bank password is 'sort-of' hashed
#4Re: My bank password is 'sort-of' hashed
#5Re: My bank password is 'sort-of' hashed
#6It should be noted that by also storing a hash of your password in keypad-compatible format (if you're right about this) is that it significantly reduces the search space for a potential brute force attack. It also seems they don't allow special characters, which is a further reduction. I'm not sure that a robo-caller is the most efficient way to steal a bank password, but it is certainly possible. Of course, the cyn…
Re: My bank password is 'sort-of' hashed
#7If you try to log into your bank with PASSWORD instead of password , does it work? They could be converting your password to numeric as a first step to using it for anything.
Re: My bank password is 'sort-of' hashed
#8It should be noted that by also storing a hash of your password in keypad-compatible format (if you're right about this) is that it significantly reduces the search space for a potential brute force attack. It also seems they don't allow special characters, which is a further reduction. I'm not sure that a robo-caller is the most efficient way to steal a bank password, but it is certainly possible. Of course, the cyn…
These two rules seem to further support my theory of what they are doing: * Must not contain more than 4 sequential digits (ex: 1234, 76543) * May contain the following special characters: "%'()+,-/:;?\ ^_|