Forum Discussion
Encryption of data stored in Azure Tables (Azure Storage)
- Apr 21, 2020
Pratik KhandelwalHi Pratik, if someone has access to read the table, then they also have the ability to decrypt the service side encryption we use. As you point out, encrypting client side will cause a perf hit. We currently only support Account key and SAS authorization to tables. A mitigation would be to encryption just a portion of the payload that is in a row (to encrypt the sensitive portion only).
Pratik KhandelwalHi Pratik, if someone has access to read the table, then they also have the ability to decrypt the service side encryption we use. As you point out, encrypting client side will cause a perf hit. We currently only support Account key and SAS authorization to tables. A mitigation would be to encryption just a portion of the payload that is in a row (to encrypt the sensitive portion only).