How do data breaches at financial institutions or others dealing with SSN happen?

312 views

As someone who’s knows some stuff about computers, shouldn’t the SSN be encrypted just like a password? Just like a password is never stored in plaintext, shouldn’t something similar be applicable for SSN when being stored? If so, when a data breach occurs, the SSN should not be available right?

In: 0

3 Answers

Anonymous 0 Comments

The problem is that they must be transmitted as text, unlike passwords, you can’t just use the hash of a ssn to provide it’s the right ssn

As such, the whole SSN could be retrieved if a malicious user had access to the raw database and whatever tools were used to read it

You are viewing 1 out of 3 answers, click here to view all answers.