←back to thread

410 points gpi | 1 comments | | HN request time: 0.203s | source
Show context
pentagrama ◴[] No.43997245[source]
Maybe it’s a naive question, but in many breach reports I see things like 'No passwords, private keys, or funds were exposed.' How come companies can usually protect that kind of data, but not emails, names, and other personal info?
replies(4): >>43997258 #>>43997270 #>>43997935 #>>43998132 #
1. LorenPechtel ◴[] No.43998132[source]
Such data is typically encrypted and purely write-only, only read by the system itself. Thus it is only exposed if the database itself is exposed. If the leak was compromise of the systems that access the data (which appears to be the case here--insiders copied data they could access) the write-only info is not exposed.