Hi All
Below is a scenario :
I have created a key Key_A on an External Key Manager via Cryptographic_Provider_A installed on an MS SQL Server.
Key_A is used to perform column encryption as well as TDE.Now, after deleting the credential & cryptographic provider, a new cryptographic provider Cryptographic_Provider_B is installed on the same system.
Now if I try to use the Key_A to decrypt Database_A and decrypt Column data, I get an error that the cryptographic provider with which the key was created, and the one that is installed on the system have different GUIDs.
Question : Is it possible to manipulate the Key_A and change it's cryptographic_provider_guid from the GUID of Cryptographic_Provider_A to the GUID of Cryptographic_Provider_B ?
Best Regards
Kumar Abhishek