Oswold:Batman: Is it possible to encrypt data such that if hacked it cannot be read?
I too would like to know this?
If the data is encrypted at rest then if they did get the data all the private info would be encrypted and unreadable, technically speaking?
Encrypted at rest means that if the media (e.g. HDD, SSD) is stolen, it cannot be read. (Except perhaps by Mossad or the NSA or Chinese or Russian or who knows what other intelligence agency).
But it does need to be readable by humans, so there will be an en/decryption layer on servers and/or other devices. When someone logs in, it will enable that layer, and all disk read/writes will go through that. Reads will be decrypted, and writes will be encrypted. If the criminals have access via that decryption pathway, (e.g. their app is run by a user with valid credentials) then they will be able to read the data and, depending on the permissions of the user, change it. Obviously?? if they can save data encrypted with a different encryption key to be able to hold the owner to ransom and eventually restore the data, they must already have access to read it unencrypted.