What is Extensible Key Management in SQL Server ?

The extensible key management (EKM) feature allows third-party enterprise key management and hardware security module (HSM) vendors to register their devices in SQL Server.

Once registered, SQL Server users can use the encryption keys stored on these modules, as well as leveraging the advanced encryption features that these modules support, such as bulk encryption/decryption and many key management functions such as key ageing and key rotation.

Data can be encrypted and decrypted using TSQL cryptographic statements, and SQL Server uses the external EKM device as the key store.



You May Interest

When Will You Use SQLDiag Tool ?

Getting List of All Stored Procedures in Database in MS SQL

What is the Difference Between DB Mirroring and Log Shipping in S ...

What is Blocking in SQL Server ?

Where are SQL Server Usernames and Passwords Stored in the SQL Se ...