Hacker News new | ask | show | jobs
by paulddraper 3183 days ago
It was encrypted.

(HTTPS/TLS)

2 comments

That protects the data between the browser and the web server (or SSL offloader) from eavesdropping and tampering. It does not protect against the case where the attacker gains authorization, over HTTPS, to administrative access at the web server.
Right. So what hypothetical encryption was cody8295 referring to?
As stated above, the data was not encrypted at rest.
Encrypting at rest wouldn't have solved anything.

They didn't steal the disk. They gained access to the web server, which would have access to the unencrypted data.

The article specifically states that encryption in transit is provided but not at rest, which is what the OP is referencing too.