Want to implement the "Always Encrypted" feature to encrypt a column within a table within the database
reference :
https://docs.microsoft.com/en-us/azure/azure-sql/database/always-encrypted-certificate-store-configure
How to store the master key ?
we can use either a windows certificate store or an azure key vault to store the master key.
No comments:
Post a Comment